Beta Documentation - Subject to change.

Sets a flag indicating if the check box is checked.

Syntax

Lua
function CheckBox:SetChecked(value);

Parameters

value
Type: boolean
True to check the check box.

Remarks

Sets a flag indicating if the check box is checked.

See Also