Does the label tag work with radio buttons? If so, how do you use it? I have a form that displays like this:
First Name: (text field)
Hair Col
You can use the aria-role="radiogroup" to associate the controls without using a . This is one of the techniques suggested by WCAG 2.0.
What is your profession?
If dual-classed, selected your highest leveled class
However, I noticed that using this technique the WebAim Wave tool to give a warning about a missing , so I'm not sure what AT support for this is like.