E-mail List Archives
Re: Separating various radio buttons
From: Jamous, JP
Date: Aug 1, 2016 12:11PM
- Next message: Moore,Michael (Accessibility) (HHSC): "Re: Separating various radio buttons"
- Previous message: Jamous, JP: "Re: Separating various radio buttons"
- Next message in Thread: Moore,Michael (Accessibility) (HHSC): "Re: Separating various radio buttons"
- Previous message in Thread: Jamous, JP: "Re: Separating various radio buttons"
- View all messages in this Thread
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>
- Next message: Moore,Michael (Accessibility) (HHSC): "Re: Separating various radio buttons"
- Previous message: Jamous, JP: "Re: Separating various radio buttons"
- Next message in Thread: Moore,Michael (Accessibility) (HHSC): "Re: Separating various radio buttons"
- Previous message in Thread: Jamous, JP: "Re: Separating various radio buttons"
- View all messages in this Thread