338 B
338 B
setSymbol
Changes the checkbox symbol, default is "\42"
Parameters:
stringsymbol
Returns:
objectThe object in use
Usage:
- Creates a new checkbox and changes the symbol to o
local main = basalt.createFrame()
local checkbox = main:addCheckbox():setSymbol("o")
<checkbox symbol="o" />