Skip to content

how to add required in checklist #69

@thavaamm

Description

@thavaamm

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions