The Checkbox Group component for Retool Mobile
A group of checkboxes to toggle boolean values.
Settings
Checkbox Group includes the following configurable options when building apps in the IDE.
Custom ruleDisabledEvent handlersForm data keyShow on desktopShow on mobileLabelLabelsMaintain space when hiddenMarginRequiredAlways show in edit modeStylesTypeValue |
Properties
All properties for Checkbox Group with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read property values.
customValidation
The custom validation message to display if the invalid
is true
.
Properties
method
The JavaScript method to perform when type
is datasource
, widget
, state
, or localStorage
.
Values
datasource | Control query. |
widget | Control component. |
script | Run script. |
state | Set variable. |
localStorage | Set localStorage. |
util | Perform utility action (e.g., Open URL or Confetti). |
formDataKey
The key used by a Form component to assign default values to input fields using form.initialData
, and to construct the form.data
property.
global
Whether the object is globally scoped for use in all app pages.
Whether the component is visible.