Array
.listBox
false
Boolean
true
, render the items as a listBox. If false
, render as a comboBox.values
Array
or Function
Function
, what is resulted an array. The item can be a String
, Boolean
, Number
or an Object
(with an value
and a name
properties). You can change value
and name
(under checklistOptions
) to select any properties of that object as value or name.checklistOptions
Object
checklistOptions
value
String
values
to use as actual value to save in model.name
String
name
to use as display in the listvalues
function:value
will be ["Javascript", "CoffeeScript"]
in the model.value
will be ["admin", "visitor"]
in the model.