FCheckBox | support for a standard UI checkbox element |
Boolean indicating whether a checkbox is enabled (i.e., responds to mouse input).
Returns a checkbox's string label.
Boolean indicating whether a checkbox is checked (i.e., selected or deselected).
Registers a skin element for changing the appearance of a checkbox.
Specifies the callback function to call when the checkbox's state changes.
Enables or disables the checkbox (not the same as selecting or deselecting it).
Sets a checkbox's string label.
Specifies the label location relative to the checkbox ("left" or "right").
Sets the width of the checkbox element, in pixels.
Sets a particular style property for the check box (for a list of supported properties, see the FStyleFormat object).
Specifies whether the checkbox is checked (true) or unchecked (false) (i.e., whether it is selected or deselected).