Updated to match the current API boilerplate.
({{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. | |||