Links |
---|
Returns the current checked state of the button.
isChecked = CheckButton:GetChecked()
Arguments
None
Returns
- isChecked
- Boolean - true if the check button is checked, false otherwise.
Notes
When a CheckButton is clicked, the state will already be toggled by the time the OnClick handler runs.