checklist
This is a checkbox list for multiple selection. The value will be an Array
.
Special properties of field
Property | Default | Accepted values | Description |
|
|
| If |
| none |
| List of items. It can be an array with items, or a |
| {} |
| Settings to checklist component. See details below. |
checklistOptions
checklistOptions
Property | Default | Accepted values | Description |
| none |
| Used to select any properties from object in |
| none |
| Used to select any properties from object in |
Usage
Listbox checklist field with array of strings:
Combobox checklist field with values
function:
values
function:If you select the 2nd and 4th items, the value
will be ["Javascript", "CoffeeScript"]
in the model.
Checklist field with object values:
If you select the first and last items, the value
will be ["admin", "visitor"]
in the model.
Checklist field with custom object values:
Last updated