ui.Checkbox.getDisabled
Returns whether the checkbox is disabled.
Usage | Returns |
---|
Checkbox.getDisabled() | Boolean |
Argument | Type | Details |
---|
this: ui.checkbox | ui.Checkbox | The ui.Checkbox instance. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["`Checkbox.getDisabled()` is a method that returns a boolean value indicating whether the checkbox is disabled or not."],["This method is called on a `ui.Checkbox` instance and accepts no arguments."]]],["The `Checkbox.getDisabled()` method determines if a checkbox is disabled. It returns a Boolean value (true if disabled, false otherwise). The method operates on a `ui.Checkbox` instance, which is passed as the `this` argument. No arguments are passed to the function. This information helps understand the operational status of a given Checkbox.\n"]]