# Check box input

## Add a check box input

1. Open an existing [application ](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/applications/create#create-application)or create a new one in an [application package](https://docs.novacura.com/flow-connect/working-with-connect/create-and-design/application-packages) and open it in the Designer.

   1. Add a User step.&#x20;
   2. Add **two** Check box inputs.&#x20;
   3. In the **first** control, in Target Variable, write "under50".
   4. Under Appearance, in Prompt, write "Check if you are younger than 50 years old".
   5. Set default value to "{true}".
   6. In the **second** control, in Target Variable, write "over50".
   7. Under Appearance, in Prompt, write "Check if you are 50 years old or older".
   8. Set default value to "{false}".
   9. Click the **Play** button in the top right-hand corner to run the application in diagnostic mode.

   <figure><img src="https://1716064794-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIIgl6sNaTky0iALxYWHH%2Fuploads%2FuFdRfdwnoAYdXouVNKvE%2Fcheckbox.png?alt=media&#x26;token=bebf2a71-110c-4dd0-b7e6-49430590e527" alt=""><figcaption><p>In this  example, we create two different check boxes to demonstrate the difference in true and false default value.</p></figcaption></figure>
2. Go back to the Designer.

   1. Open the first checkbox and in the Condition To Hide, write “{userId = “*your user id”*} *(the user Id you log in to Connect with)*
   2. Run the application in diagnostic mode again.

   <figure><img src="https://1716064794-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIIgl6sNaTky0iALxYWHH%2Fuploads%2FCBTZPx5syngJHwOS1E0o%2FEmpty%20checkbox.png?alt=media&#x26;token=6d08eb7c-b8b3-4305-8bcf-9f95623d97b2" alt=""><figcaption><p>The first check box is now hidden since the condition is fulfilled.</p></figcaption></figure>
