constconfig=DataStudioApp.createCommunityConnector().getConfig();constcheckbox=config.newCheckbox().setId('use_https').setName('Use Https?').setHelpText('Whether or not https should be used.').setAllowOverride(true);
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-12-22 (世界標準時間)。"],[[["The `Checkbox` object configures checkbox properties for display in Data Studio."],["Key properties include ID, name, help text, and override settings, all set using designated methods."],["Methods like `setAllowOverride`, `setHelpText`, `setId`, `setIsDynamic`, and `setName` allow customization of the checkbox's functionality and appearance."],["Each method takes specific parameters, like `allowOverride` (boolean), `helpText` (string), and `id` (string), to define the checkbox's behavior and presentation."],["All Checkbox methods return the Checkbox object itself, enabling chained method calls for efficient configuration."]]],[]]