CheckButton.active

Get active property.

  1. bool active [@property getter]
    class CheckButton
    @property
    bool
    active
    ()
  2. bool active [@property setter]

Return Value

Type: bool

If the check button is active.

Setting active to true will add the :checked: state to both the check button and the indicator CSS node.