The inconsistent state only affects visual appearance, not the semantics of the button.
CheckButton.inconsistent
bool inconsistent() @propertyGet inconsistent property.
Returns
If the check button is in an “in between” state.
void inconsistent(bool propval) @propertySet inconsistent property.
Parameters
propval | If the check button is in an “in between” state. The inconsistent state only affects visual appearance, not the semantics of the button. |