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 UTC。"],[[["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."]]],[]]