Selection box list

The Selection Box List is an interactive information list representing, as an example, objects, banking concepts, users, etcetera.

Props

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.


Data string | required
Add the list of elements to show.


Mapping Data table | required
Map the values to show on each selection box of the list. See Selection box


Multiple Selection boolean | !required
Select if the list should allow multiselection.


Elements Spacing number | !required
Add specific spacing between elements on the list (in pixels).


Selected boolean | !required
Select to show the boxes as selected if the value is the same as each value content.


Selected Icon ENUM | !required
Icon to show when selection boxes are selected.


What’s Next