Is there a way to enable the user to cancel his click on a radio button ?
Preferably, without jQuery or even Javascript.
<label class='radio inline'>
<input name='sexe' type='radio' value='1'/>
Male
</label>
<label class='radio inline'>
<input name='sexe' type='radio' value='2'/>
Female
</label>
JSFiddle : http://jsfiddle.net/dEDbN/