The Checkboxes component lets end-users select one or more options from a visible list of checkboxes. Options can be defined manually or loaded from another field. This component also has built-in support for Select All, None of the Above, and Other patterns.
How to read settings tables
The tables below describe each configurable option as it displays in the UnqorkAI platform. Values are formatted as follows:
inline code— a value to type exactly as shown | Bold — a value selected from a drop-down, radio button, tab, or choice chip | ON/OFF — toggle state | ✓ — checkbox checked | ☐ — checkbox unchecked
General Settings
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Property ID |
| Text input |
| The unique identifier for this component instance. |
Display Settings
Field Text
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Label Text |
| Text input | — | Identifies the component on the canvas and informs end-users what information is requested. |
Contextual Help
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Tooltip |
| Text input | — | A brief description that displays when a cursor is positioned over the tooltip icon. |
Helper Text |
| Text input | — | A single line of guidance text that always displays below the component. |
Formatting
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Number of Columns |
| Choice chip | 1 | Distributes checkboxes evenly across 1–3 columns. Minimum: 1. Maximum: 3. |
Default State Options
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Hide Field |
| Toggle | OFF | Hides the component from end-users but always displays in the Module Builder. |
Data Settings
Data Storage
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Store Data in Database |
| Toggle | ON | When set to ON, this setting this setting stores field values to the database when the module saves, end-users navigate between Panel components, or end-users navigate between workflow screens. Set to OFF to exclude this field from server-side submissions. |
Fields with Store Data in Database set to OFF are excluded from Plug-In component's API responses and Unqork's built-in tracker. When using a Plug-In component to remote-execute a module, any component whose value must be included in the API response requires Store Data in Database set to ON. | Promote Data to Top Level |
promoteDataToTopLevel| Toggle | OFF | Promotes each checkbox value to the top-level data structure instead of nesting them under the component's Property ID. |
Pre-Configured Checkbox Selections
Selection to Trigger a Component
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Selection to Trigger a Component |
| Toggle | OFF | Adds a special checkbox that triggers an additional input when selected. |
↳ Option Label |
| Text input |
| The label for the checkbox. Visible when ON. |
↳ Value to Store in Submission Data |
| Text input |
| The stored value when the trigger checkbox is selected. Visible when ON. |
↳ Component to trigger |
| Choice chip | Text Field | Sets whether the triggered component is a new Text Field or an existing component. Visible when ON. |
↳ Property Name of Text Field |
| Text input |
| The Property ID of the auto-generated Text Field. Visible when Text Field is selected. |
↳ Placeholder of Text Field |
| Text input |
| Placeholder text for the auto-generated Text Field. Visible when Text Field is selected. |
↳ Property Name of Existing Component |
| Property ID | — | The Property ID of the existing component to trigger. Visible when Choose Existing is selected. |
Selection to Uncheck All Options
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Selection to Uncheck All Options |
| Toggle | OFF | Adds a special checkbox that deselects and disables all other checkboxes when selected. |
↳ Option Label |
| Text input |
| The label for the uncheck-all checkbox. Visible when ON. |
↳ Value to Store in Submission Data |
| Text input |
| The stored value when the uncheck-all checkbox is selected. Visible when ON. |
Selection to Select All Options
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Selection to Select All Options |
| Toggle | OFF | Adds a special checkbox that selects or deselects all other checkboxes. |
↳ Option Label |
| Text input | — | The label for the select-all checkbox. Visible when ON. |
Data Source Type
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Data Source Type |
| Choice chip | Values | Sets how options are loaded. |
Values — Manually define a list of options.
Column
Field
Type
Description
Option Label
labelText input
The display text shown to end-users for each checkbox.
Value to Store in Submission Data
valueText input
The value stored in the database when the checkbox is selected.
Data Reference Key — Load options from another module field.
Setting
Field
Type
Default
Description
Data Reference Key
data.dataReferenceKeyProperty ID
—
The Property ID of a field that returns a JSON array to use as the option source.
Label Path
labelPropertyText input
—
The property in each item to use as the display label.
Value Property
valuePropertyProperty ID
—
The property in each item to use as the stored value.
Actions Settings
Triggers
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Trigger |
| Property ID | — | Triggers another component when the selection changes. |
Validation Settings
User Input
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Required |
| Toggle | OFF | Requires at least one checkbox to be selected before the module can be submitted. |
Required Error Message |
| Text input |
| Displays when the required field has no selection. |
Custom Error Message |
| Text input | — | A generic error message displayed when any validation error occurs. |
Advanced Settings
Setting | Field | Type | Default | Description |
|---|---|---|---|---|
Custom CSS Class |
| Text input | — | A CSS class applied to the component for custom styling. |
Operations Builder
This component supports the Operations Builder in Vega modules. When the module or panel runtime is set to Vega (2.0), an Event Handlers section displays in the settings panel for configuring event-driven operations.