以下のラジオボタンがあります。クリックすると、ラジオボタンをクリアできません。
コードは
<td class="Label">
<input class="Label" type="radio" name="reviewoptions_{@id}" value="other" onClick="reAssign({count(../bankguaranteedata)},document.lending.guaranteereviewoptions,this,{@id})">
<xsl:if test="guaranteereviewoptions/reviewoptions[@id='other']='checked'">
<xsl:attribute name="checked"/>
</xsl:if>
</input>Other</td>
もう一度クリックすると、ラジオボタンがクリアされる可能性はありますか?