Multiple master checkboxes in the statements component
Single master checkbox


Multiple master checkboxes



Last updated
Was this helpful?





Last updated
Was this helpful?
Was this helpful?
"items": [
{
"controls": [
{
"mid": "control1",
"titleKey": "control1",
"requiredCondition": "js:false",
"mastercheckbox": "mCh1",
"type": "CHECKBOX"
},
{
"mid": "control2",
"titleKey": "control2",
"requiredCondition": "js:false",
"notSelectedErrorTextKey": "",
"mastercheckbox": "mCh2",
"type": "CHECKBOX"
}
]
}
]