Check box input
This guide will take you through how to set up a check box input.
Last updated
This guide will take you through how to set up a check box input.
Last updated
Open an existing or create a new one in an 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.
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.