WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Separating various radio buttons

for

From: Jamous, JP
Date: Aug 1, 2016 12:11PM


Marc,

I used this code, but I am unable to use the arrow keys to switch from one radio button to another in forms mode on. I can tab through them. What would make the arrow keys toggle through them though?

<form>
<fieldset>
<legend>
Overall, how would you rate the experience you received during your contact with our representative today?
</legend>

<input type="radio" id="VeryGood">
<label for="VeryGood">
Very Good
</label>

<input type="radio" id="Good">
<label for="Good">
Good
</label>
</fieldset>
</form>