Zorp Docs
Search
K
Comment on page

Checkbox

The Checkbox component is a Input Component where you can select predefined inputs from the user .

Setting up a Checkbox Component

  1. 1.
    Drag and Drop the Checkbox component onto the App Screen builder of the canvas.
  2. 2.
    Select the Datafield where you want to store the Option(s) selected from the checkbox component.
    Click here to learn about Data Fields
  3. 3.
    Enter the Title title of the component.
  4. 4.
    Enter the options to be shown in the Checkbox component. The Options has two parts : Label and Value Label gets shown to the user on the App and Value is the value to be used by the system.
    Example: If you are creating a Sales lead collection app and want to collect the subscription they are interested in. Option 1: 3 months Value: 3 Option 2: 6 months Value: 6.
    Here the user sees both labels on the app screen but the system stores the Values (3,6) into the datafield assigned to the checkbox component
Checkbox Component ✔️ :)

Where can I use this?

  1. 1.
    Field Sales
  2. 2.
    Data collection form
  3. 3.
    Quizzes
Last modified 1yr ago