Checklist
Common Configuration Properties
Property
Type
Description
Example Schema Snippet
{
"type": "checklist",
"label": "Select your interests:",
"model": "userInterests",
"values": [
{ "name": "Sports", "value": "sports" },
{ "name": "Music", "value": "music" },
{ "name": "Technology", "value": "tech" },
{ "name": "Travel", "value": "travel" }
],
"listBox": true,
"hint": "Choose as many as you like."
}BetterForms Specific Notes
Full Property Reference
Last updated
Was this helpful?