Guided Workflow Screen Components - Checkbox
Updated
Overview
A checkbox is an interactive element in a form that enables users to independently select or deselect options. Each checkbox serves as a binary control, representing a choice between two mutually exclusive options, such as "Yes" (checked) or "No" (unchecked).
Fields of the Checkbox
Enable Reporting
This feature allows the checkbox to be utilized for reporting purposes. For example, you can track how many users select "Yes" or "No," providing insights into user preferences and actions.
Configure Error Message
This field enables you to define a warning message for users who fail to select the checkbox. It ensures that users are aware of mandatory selections or missed actions.
Visibility Conditions
The checkbox content will be displayed based on visibility conditions. For example, if a variable is defined before the screen and the checkbox's appearance depends on that variable, visibility conditions can be utilized to control its display.
By offering flexibility and interactivity, checkboxes enhance user engagement and facilitate conditional workflows within forms.