Checkbox Group?

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.

Export-1713552292575

1 Like

Great question, let me check with the team and get back to you ASAP with a possible solution or resource that can help you.

Also thank you very much for the video as a reference.

1 Like

For now no, you have to make a variable that will contain your selection from the checkboxes and then use that to validate that something is selected

1 Like

@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.”

1 Like