What type of constraint is required for radio button on a form to ensure a selection is made?
Right now, the values match the text (Yes | No | N/A) but I’m not married to that, as I’m just starting the front end. I had tried a pattern just to match ‘Yes’, but the status stays valid at all times.
The only available built-in constraint for radio button widgets is required. For anything further, you’ll need to utilize the setCustomValidity component function.