I have a series of bfCheckbox1 elements. How can I require and validate that at least one of them are selected?
Since they are not a group as such, you can add a custom validator to an HTML block below the checks.
The validator_calc
would be something like:
"validator_calc" = "model.check1key || model.check2key || model.check3key"