The question is self explanatory.
I have a form with 3 divs, each div has a
The question is self explanatory.
I have a form with 3 divs, each div has a
Enclose your image with label
and assign it to id
of radio
that already solves your problem:
<input name="teste" type="radio" id="test1" />
<label for="test1">
<img src="path-da-imagem" />
</label>