I'm trying to use AMT's new crowd-form
HTML elements to create a HIT.
The documentation for <crowd-radio-group>
says
The following attributes are supported by this element.
allow-empty-selection
A Boolean switch that, if present, allows no radio button to be checked.
However, even without that attribute, the form is perfectly happy to allow the user to submit without selecting any of the radio buttons in the group.
Can I get it to require a selection using just the HTML elements, or do I need to add validation code and check it myself?