[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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"]]