I've set up 2 radio buttons and although they appear to act normally, they appear in the elements tab on google console as all checked at all times. Will this effect the data when the form is posted?
I've designed the site in a way that the inputs are invisible and the labels are used to control them. Perch prepends the labels FOR attribute and the input ID's with "form1_" which isn't a big deal, but also appends "0" to only the input ID's causing them to not match.
I've tried removing the FOR attribute and nesting the input within the label but perch goes ahead and creates and adds "for="form1_"" to the input anyway.
Here's my code:
What I see on the google console:
What I expect:
How can I get this output please?