I have this radio button (and some other after this one):
<input type="radio" name="group1" value="Milk"> Milk<br>
But if I want to activate the radio button, I have to click it, clicking the word "Milk" which is to the right of the button, doesn't activate it. How can I do that?, all the examples I found about radio buttons so far, have the same issue.