Cans someone please explain me whether it is possible to set radio buttons to "readonly" mode?
<input type="radio" name="name" onclick="this.checked = false;" />
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
<input type="radio" name="name" onclick="this.checked = false;" />