CheckButton.active

Set active property.

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

Parameters

propval 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.