CheckButton:SetChecked(enable)
|
Sets whether the check button is checked.
|
texture = CheckButton:GetDisabledCheckedTexture()
|
Returns the texture used when the button is disabled and checked.
|
texture = CheckButton:GetCheckedTexture()
|
Returns the texture used when the button is checked.
|
enabled = CheckButton:GetChecked()
|
Returns whether the check button is checked.
|