LM_CheckBox:SetValue(value)
Version added: before 9.5
Sets the value of the check box
Arguments:
| Name | Type | Description | Default | Ver |
| value | bool | True to set the box checked, false for unchecked | < 9.5 |
Return value:
void
This method sets the value of the check box.
Example:
Result:

Example:
function MyDialog:UpdateWidgets()
-- turn the first check box ON:
self.MyCheckBox1:SetValue(true)
-- turn the second check box OFF:
self.MyCheckBox2:SetValue(false)
endResult:

Turning LM_CheckBox ON and OFF
Search results
Usage of 'SetValue' is found in the following scripts:
AE Mix Smartbones (Original Edition) by A.Evseeva
View Code
AE Key Tools (Original Edition) by A.Evseeva
View Code
Multilayer magnet (Original Edition) by A.Evseeva
View Code
Tweak for Curve Exposure (Original Edition) by A.Evseeva
View Code
Tweak for Select Shape (Original Edition) by A.Evseeva
View Code