checklist
This is a checkbox list for multiple selection. The value will be an Array
.
Special properties of field
checklistOptions
checklistOptions
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