LM_CheckBox:Value()
Version added: before 9.5
Returns whether the box is checked or not
Return value:
bool Returns true if the box is checked, false otherwise
This method returns whether the box is checked or not.
Example:
Result:

See also: LM.GUI.CheckBox, LM_CheckBox:SetValue
Example:
local IsOn = MyCheckBox:Value()
print(tostring(IsOn))Result:

Value printed to the console
See also: LM.GUI.CheckBox, LM_CheckBox:SetValue
Search results
Usage of 'Value' is found in the following scripts:
AE Key Tools (Original Edition) by A.Evseeva
View Code
Multilayer magnet (Original Edition) by A.Evseeva
View Code
Tweak for Select Shape (Original Edition) by A.Evseeva
View Code