Setting active to true will add the :checked: state to both the check button and the indicator CSS node.
CheckButton.active
bool active() @propertyGet active property.
Returns
If the check button is active.
void active(bool propval) @propertySet active property.
Parameters
propval | 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. |