WoW:API CheckButton GetChecked: Difference between revisions

Updated to match the current API boilerplate.
({{widgetmethod}})
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{widgetmethod}}
{{widgetmethod}}
{{stub/api}}


Returns the current state of the button. Will return nil if the button is unchecked, or 1 if the button is checked.
 
Returns the current checked state of the button.  
isChecked = CheckButton:GetChecked()
 
 
== Arguments ==
None
 
 
== Returns ==
:; isChecked : [[Boolean]] - Whether the check button is checked.
Anonymous user