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.
Lua |
---|
function CheckBox:SetChecked(value); |