CheckButton.active

bool active() @property

Get active property.

Returns

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.

void active(bool propval) @property

Set active property.

Parameters

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