-
-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Description
if i set below object, it always asks me to select both checkbox while validation. My requirement validation should be passed if at least one check box selected.
{
"type": "checklist",
"model": "template_field_id_"+field.id,
"label": field.label+require,
"options": {
"first": {
"label": "first option"
},
"second": {
"label" : "second option",
}
},
"required":true
}
please help me to handle it.
Metadata
Metadata
Assignees
Labels
No labels