-
Notifications
You must be signed in to change notification settings - Fork 1
En Checkbox Widget
github-actions[bot] edited this page Jan 9, 2026
·
2 revisions

The Checkbox Widget provides a checkbox representation for boolean values with configurable label placement.
This widget uses all vis-2 Settings and Common Settings. See Home for details.
The widget-specific settings override the more general settings.
| Field Name | Type | Default | Description | Condition |
|---|---|---|---|---|
| checkboxLabelPlacement | select | 'end' | Position of the label relative to the checkbox | - |
| withoutLabel | checkbox | false | Show checkbox without label | - |
| onlyDisplay | checkbox | false | Display only (no write permissions on OID) | Only when write=true |
Note: In addition to the settings above, the Write Value settings (delay/interval) are available. These control how value changes are written to the OID. See Common Settings - Write Value for details.
The position of the label can be controlled via checkboxLabelPlacement:
- Label is displayed above the checkbox
- Vertical arrangement
- Label is displayed below the checkbox
- Vertical arrangement
- Label is displayed to the left of the checkbox (in LTR layout)
- Horizontal arrangement
- Default left-aligned
- Label is displayed to the right of the checkbox (in LTR layout)
- Horizontal arrangement
- Default right-aligned
- Enable
withoutLabelto show only the checkbox without text - Useful for compact displays or when the label is replaced by other elements (header/footer)
- Settings: Enable/Disable options
- Checklists: Check off tasks
- Filters: Selection of filter criteria
- Consents: Confirmations/agreements
- Notifications: Enable/Disable toggle with label