Checkable¶
- component fbx.ui.base.Checkable¶
Checkable is an utility component used for check boxes. It holds utility context for use with a
fbx.ui.control.CheckableGroup
.See
fbx.ui.control.CheckBox
for more information.- property value¶
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.
- property exclusiveGroup¶
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 checked¶
Whether this widget is currently checked or not.