WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Separating various radio buttons

for

From: Moore,Michael (Accessibility) (HHSC)
Date: Aug 1, 2016 12:20PM


You just need to give them the same name.

<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" name="g1">
<label for="VeryGood">
Very Good
</label>

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

Mike Moore
Accessibility Coordinator
Texas Health and Human Services Commission
Civil Rights Office
(512) 438-3431 (Office)