Widget API: CheckButton:GetChecked
Jump to navigation
Jump to search
← Widget API ← CheckButton < GetChecked
Returns the current checked state of the button.
isChecked = CheckButton:GetChecked()
Arguments[edit]
- none
Returns[edit]
- isChecked
- boolean - 'true' if the button state is checked. Default is 'false'.
Notes[edit]
- As of 6.0.2, return value type was changed to the Lua native boolean type, instead of a WoW Flag style Boolean (1 for a checked button, nil otherwise).