- 0 Talk
-
API CheckButton GetChecked
Returns the current checked state of the button.
isChecked = CheckButton:GetChecked()
Arguments
Edit
None
Returns
Edit
- isChecked
- Flag - 1 if the check button is checked, or nil otherwise.