ui.Checkbox.setDisabled

Sets whether the checkbox is disabled.

Returns this checkbox.

UsageReturns
Checkbox.setDisabled(disabled)ui.Checkbox
ArgumentTypeDetails
this: ui.checkboxui.CheckboxThe ui.Checkbox instance.
disabledBooleanWhether the checkbox is disabled.