Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

Returns true if the checkbutton is checked.

checked = CheckButton:GetChecked()

Returns[]

checked
boolean - true if the check button is checked, false otherwise.

Details[]

  • When a CheckButton is clicked, the state will already be toggled by the time the OnClick handler runs.
Advertisement