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