CheckedButton.checkState

  1. CheckState checkState [@property getter]
    class CheckedButton
    @property
    checkState
    (
    )
  2. CheckState checkState [@property setter]

Return Value

A CheckState enum that returns the state of the checkable button (it includes the indeterminate state too)

Meta