I have created a 'Scrollable Check box' in Orbeon 4.8. The check box contains label as string and Value as Integer.How to validation the check box?.
If user select(checked) the more then 3 options then it throw an error and form should not be save.If user select(checked) the less then 3 options or none then form should be save.
Some one help me how to validate 'Scrollable Check box' above scenario.