Index
Collapse All
Expand All
IsChecked Method
CheckBox Class
Members
See Also
Beta Documentation - Subject to change.
Gets a flag indicating if the check box is checked.
Syntax
Lua
function
CheckBox
:
IsChecked
(
)
;
Returns
Type: boolean
True if the check box is checked.
Remarks
Gets a flag indicating if the check box is checked.
See Also
CheckBox
Turbine.UI