Setting Atlaskit Fieldset / CheckboxField group to isRequired

Is there any way to make a Fieldset of CheckboxFields on an Atlaskit form required at the group level such that if 1 or more checkboxes in the group were selected the requirement is met?

If all the individual CheckboxField’s are set to isRequired (*), each becomes mandatory like this:

Checkbox Group Label
[X] option 1 *
[X] option 2 *
[X] option 3 *

I am looking for is something like an isRequired at the Fieldset level so if any option is checked the requirement is satisfied:

Checkbox Group Label *
[ ] option 1
[X] option 2
[ ] option 3