Checkbox
Checkboxes are HTML<input type="checkbox"> controls. Checkbox controls can be used for boolean
variable types.
Binding a Checkbox to a Process Variable
A checkbox input can be bound to a process variable using thecam-variable-type and cam-variable-name directives:
IS_VIP_CUSTOMER of type
Boolean.
Supported Variable Types for Checkboxes
The checkbox input field only supports boolean variable types. A checked checkbox corresponds to the valuetrue, an unchecked checkbox corresponds to the value false.
Boolean Select Box
To bind a<select> box to a Java Boolean variable, the directive
cam-variable-type="Boolean" must be used.
Example:
Boolean text Input
To bind a text input field to a JavaBoolean variable, the directive
cam-variable-type="Boolean" must be used.
Text input fields of type Boolean accept the following string values:
truefalse