Set()

You can change checkbox state

local bCheckBox = Menu.AddCheckbox("Checkbox", "VariableName", false)

bCheckBox:Set(true)

Last updated