Checkbox

A Checkbox is a form control that allows the user to select from zero, one or more available options.

Properties

Label string
The description attribute adds a description to the component.


Value string | required
The binding for the component. Use an appropriate expression to bind the component to its value and specify where the value is saved/read.

For example, use '{{myVariableName}}' to store the value of the component in a variable named 'myVariableName'

Use prefixes to define the scope of the value.

For example, 'root.' for referencing the root case to store the value in or 'parent.' to store the value in the parent work item of the current one.

📘

Please refer to the section 'Frontend expressions' in the Flowable guide for more information.


Description string
The description attribute adds a description to the component.


Indeterminate string
This state is expected to be used when the Checkbox it affects depends on other Checkboxes states due to a parent-child relationship and it cannot be fully selected or unselected.


Margin Bottom number
Adds margin space below the component.


Margin Top number
Adds margin space above the component.