322 B
322 B
Object
getValue
Returns the currently saved value
Returns
anyObject's value
Usage
- Prints the value of the checkbox to the debug console
local mainFrame = basalt.createFrame()
local aCheckbox = mainFrame:addCheckbox():setValue(true)
basalt.debug(aCheckbox:getValue()) -- returns true