Using the Checkbox element
- Updated: 2023/07/25
Using the Checkbox element
Use the Checkbox element in the form builder to enable users to select multiple options in a form during bot runtime.
When working with check box outputs, the process builder should apply the following
format when mapping keys to options.
- A check box output will be a dictionary variable(var) that pairs key:value
- Key is the option ID.
- The option ID is set by the system as:
CheckBoxGroupX_Y
CheckBoxGroupX
is defined by the check box group ID (see in Form Builder).- This check box output variable can be set to direct the flow of bots in the process
- Ex. key1:true then bot1, key1:false then bot2