Binary option input

A binary option control is utilized when the user needs to choose between two values. For example, it can be used in conjunction with a decision step to allow the user to select a path through the app.

  • Target Variable The name of the new variable to store the chosen value of either option 1 or 2.

  • Option 1 text The text to be displayed for option 1.

  • Option 2 text The text to be displayed for option 2.

  • 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.

  • Option 1 value The value to be assigned to the target variable if option 1 is selected.

  • Option 2 value The value to be assigned to the target variable if option 2 is selected.

  • Refuse option 1 The user is only permitted to advance through the app if they choose the second option.

  • Default value Enter a default value (value of option 1 or 2) as a default value.

  • Merge behavior

    The control behavior at reloading, see User step reloading.

Last updated