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