PROCESIO
OverviewPlatform ActionsIntegrations & DemosCustom ActionsDeveloper’s Guide

Checkbox

The Checkbox element captures a simple boolean decision — checked or unchecked — making it the ideal control for consent acknowledgments, feature…

The Checkbox element captures a simple boolean decision — checked or unchecked — making it the ideal control for consent acknowledgments, feature toggles, optional inclusions, and any yes/no decision in a form.

Its value at any point in time reflects the current checked state and is always accessible through the element's data model in Procesio Forms. You can pre-check it by default (selectedbydefault), lock it as read-only to display a confirmed state, or respond to its change event to trigger downstream logic — such as revealing additional form sections or modifying a process variable.

Key Use Cases

•        Terms and conditions acceptance, GDPR consent, or opt-in confirmations

•        Toggling visibility of other form sections based on the checked state

•        Displaying a pre-confirmed boolean flag from a process as read-only

•        Including optional items in a request (e.g., 'Include cover page')

Runtime API — Attributes in Procesio Forms

All attributes below are accessible and modifiable at runtime via the element's data model in Procesio Forms — on any available event such as onLoad, onChange, or custom triggers.

API NameDescriptionTypeDefaultNotes
labelDisplay label next to the checkboxstring
tooltipHelp text shown alongside the labelstring
infotextSupplementary info displayed below the elementstring
selectedbydefaultIf true, the checkbox is pre-checked on loadbooleanfalse
valueCurrent checked state — read or set programmaticallyboolean
readonlyView-only — user cannot change statebooleanfalse
disabledFully non-interactivebooleanfalse
visibleControls element visibilitybooleantrue
nameUnique element namestring
idUnique element IDstring
requiredIf true, the checkbox must be checked to submitbooleanfalse

For support, please join our Discord community for further assistance and support.

On this page