CheckBox¶
CheckBox is a menu
Item
which has a state. Likefbx.ui.control.CheckBox
, it may be used as check box or as radio button through afbx.ui.control.CheckableGroup
.Text string printed on the item.
Signal emitted when item is activated.
Whether item accepts user interaction.
A variant value assigned to this check box. If check box is in a CheckableGroup, this value is reflected on
fbx.ui.control.CheckableGroup.value
when selected.
A reference to a
fbx.ui.control.CheckableGroup
used for radio button exclusive selection checking.Setting this property to null is enough to get out of the group.
- property enabled
Whether item accepts user interaction.
Whether item is currently checked.