Check box input
This guide will take you through how to set up a check box input.
Add a check box input
Open an existing application or create a new one in an application package and open it in the Designer.
Add a User step.
Add two Check box inputs.
In the first control, in Target Variable, write "under50".
Under Appearance, in Prompt, write "Check if you are younger than 50 years old".
Set default value to "{true}".
In the second control, in Target Variable, write "over50".
Under Appearance, in Prompt, write "Check if you are 50 years old or older".
Set default value to "{false}".
Click the Play button in the top right-hand corner to run the application in diagnostic mode.
In this example, we create two different check boxes to demonstrate the difference in true and false default value. Go back to the Designer.
Open the first checkbox and in the Condition To Hide, write “{userId = “your user id”} (the user Id you log in to Connect with)
Run the application in diagnostic mode again.
The first check box is now hidden since the condition is fulfilled.
Last updated
Was this helpful?