Skip navigation |

Checkbox List

Presents a list of options which allows a user to select zero, one, or more of the options.

Last updated: 17 August 2010, 09:13

Mandatory

If this input type is mandatory, the user must tick at least one checkbox.

Parameters

  1. The list of allowed values, separated by semicolons. Where you want a different value to be submitted than is displayed, add the required value in brackets, like this: I like orange {orange}; I like blue {blue}. In this instance, if a user selects 'I like orange', the value, "orange" will be submitted by the form.
  2. {xxx} : Where xxx is the number of columns to display the allowed values checkboxes in.
  3. {xxx/yyy/zzzz[cccccc]} : Where xxx/yyy/zzz is the path to a channel on your website. Each posting within that channel will be presented as an allowed value for your visitors to pick from. And where cccccc is one of: Channels to include only Channels in the list, Postings to only include postings in the list, or AllChildren to include postings and channels in the list.

Default Value(s)

This form item type does accept default values.

Resource Gallery for allowed value images

This form item type does support allowed value images.

Query String Key

This form item type does support Query String population.

Example