Widget API: CheckButton:GetChecked

From AddOn Studio
Revision as of 20:47, 27 August 2008 by WoWWiki>Tuhljin (→‎Returns: - Not actually a boolean)
Jump to navigation Jump to search

Widget API ← CheckButton < GetChecked


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.