var radio=document.createElement("input");radio.type="radio";radio.onclick = function(){ if (this.tag==1){ this.checked=false; this.tag=0; } else{ this.checked=true; this.tag=1 }};