SyntaxFix
Write A Post
Hire A Developer
Questions
You almost got it. It should be this:
<input type="radio" name="group1" id="r1" value="1" />_x000D_ <label for="r1"> button one</label>
The value in for should be the id of the element you are labeling.
for