WoW:API CheckButton GetChecked: Difference between revisions
Jump to navigation
Jump to search
({{widgetmethod}}) |
(Updated to match the current API boilerplate.) |
||
| Line 1: | Line 1: | ||
{{widgetmethod}} | {{widgetmethod}} | ||
Returns the current state of the button. | |||
Returns the current checked state of the button. | |||
isChecked = CheckButton:GetChecked() | |||
== Arguments == | |||
None | |||
== Returns == | |||
:; isChecked : [[Boolean]] - Whether the check button is checked. | |||
Revision as of 14:18, 27 June 2007
← Widget API ← CheckButton < GetChecked
Returns the current checked state of the button.
isChecked = CheckButton:GetChecked()
Arguments
None
Returns
- isChecked
- Boolean - Whether the check button is checked.