Checkbox

A checkbox input can be bound to a process variable using the cam-variable-type and cam-variable-name directives:

In the example above, the checkbox is bound to the variable named IS_VIP_CUSTOMER of type.

Supported Variable Types for Checkboxes

Boolean Select Box

To bind a <select> box to a Java variable, the directivecam-variable-type="Boolean" must be used.

Example:

Boolean text Input

Text input fields of type accept the following string values:

  • true

Example: