Multiple Choice (with Checkboxes)

The Checkboxes field is a checkbox group, which contains a list of items, and the label of the group is the title displayed on front-end. The most common scenario of its using is to ask the user a question and give the user the opportunity to select one or more of the predefined answers.

On submit, this field will generate the following tokens: [<FieldName>] (which yields the value), [<FieldName>:Text], [<FieldName>:Value], [<FieldName>:JsonArray]. Note that if your options don’t have a value (there’s nothing after the pipe character in the list below), then all the tokens above will return same value.

Options:

  • Display Horizontally

    • this option enables you to display checkboxes next to each other on the same line.
  • Link To

    • Link this to another multi-select field that when changed will cause this control to update with different items. For example, imagine Category and Subcategory selection. When this option is used, prefix each item below with the name of the parent category like this: “Value Of Parent Item/This Item”.

      Note: When linking to another field and using the Items Data Source, if any part of the text or value of the options in the field includes a forward slash (/) character, that character must also be escaped using a back slash (\) character. For example, if you are using HTML in your item list you must escape the backslash in closing tags: <b>Item 1<\/b>

  • Datasource

    • Choose from existing data sources(detailed here) or provide values into the Item List area; Input one item per line. If you need to provide different text and value, then separate them by pipe. Can contain My Tokens.
  • Initially Checked

    • Determines which of the check boxes are initially selected. Possible values are from the Item list. Separate multiple values with semicolon (;) characters. Supports My Tokens so you can pull data from various sources such as user profile.