Contains checkbox information for the config. Its properties determine how the checkbox is
displayed in Data Studio.
var checkbox = config.newCheckbox()
.setId("use_https")
.setName("Use Https?")
.setHelpText("Whether or not https should be used.")
.setAllowOverride(true);
Contains checkbox information for the config. Its properties determine how the checkbox is displayed in Data Studio.