So there is a radio button group, which I can make required and get the validation for free out of the box (assuming it has to be placed inside the form container element). Is there not the same for checkboxes? I have a list of checkboxes and at least one of them has to be selected. I see you can make each checkbox required, but that’s different than requiring one or more in the list.
@luka, thanks for confirming. I imagine I won’t get the out of the box required field validators though with that. Thankfully I only have a 2 options, so I’m gonna make the most of the radio button group and have a third that is “both.”