Need to add checkbox with options through API

  • sayyedhanif
    Asked on November 16, 2016 at 8:37 AM

    i have added control_checkbox value to type but how to modified the checkbox option value

     

  • Elton Support Team Lead
    Replied on November 16, 2016 at 10:12 AM

    Add the options name then the values separated with a pipe symbol like the following.

     "type": "control_checkbox",

    "options": "Option 1|Option 2|Option 3",

    If you need further assistance, let us know.