I want to be able to uncheck a radio button by clicking on it.
So, if a radio button is unchecked, I want to check it, if it is checked, I want to uncheck it.
Using prop function with checked as key:
$("input:radio").prop("checked",false);