Answer the question
In order to leave comments, you need to log in
How to select a radio button by clicking on the text or image next to it?
I am writing an interface where the choice of site design is carried out using radio buttons with a caption and pictures
How to make a choice not only by clicking on the radio buttons, but also by clicking on the text and pictures?
Answer the question
In order to leave comments, you need to log in
wrap the radio button and clickable content in a label
<label> <input type="radio"> <img src="..."> Текст</label>
https://jsfiddle.net/w39qcx4c/
the simplest option is using the label tag
if something is more specific then js
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question