CheckedButton.checked

  1. bool checked [@property getter]
    class CheckedButton
    @property
    bool
    checked
    (
    )
  2. bool checked [@property setter]

Return Value

Type: bool

True if the _Button is checked otherwise False.

See Also

checkState() property below.

Meta