...
Allows the user to select a single option from a checkbox or two radio buttons. Stores a single value, for example, “yes” or “no” or "1" or "0." The value store is set when the field is configured. If no values are set 1 and 0 will be used.
Expand | ||
---|---|---|
| ||
The image above is an example of the boolean field with the widget set to a single on/off checkbox. With this widget type, the text for the label of the boolean field can come from the label or the help text field. The help text field allows for a longer string of text. The image above is an example of the boolean field with the widget set to a checkboxes/radio button. |
Date
Allows the user to select a date from a pop-up calendar or select list, or enter a date in a text field.
...