Check box input

A check box input control is a boolean input item that is utilized when the operator needs to respond to a true/false question of lesser importance. Boolean inputs appear as checkboxes in the Flow Client.

  • Target Variable The name of the new variable to store the entered choice. A positive choice (checked) generates a variable value of true, while a negative choice (unchecked) generates a variable value of false.

  • Prompt The label to be displayed above the check box input field.

  • Default Value Either false (unchecked), true (checked) or a variable reference to a value of either false or true.

  • Condition To Hide

    Specify the condition that must be fulfilled for the control to be hidden. If left unspecified, the control will remain visible in the user step. Note that when controls are hidden, empty variables will be generated unless default values or pre-defined data exist.

  • Must be Checked

    Check the box if the control is mandatory to be set to true.

  • Merge behavior

    The control behavior at reloading, see User step reloading.

Last updated