How to check radio button with radio button value
I am having radio button with value YES and NO.Like this
<input type="radio" name="IS_INCOMEPROOF_VERFIED" data-role="none"
value="YES" onclick="IS_INCOMEPROOF_VERFIED1()"/>
<input type="radio" name="IS_INCOMEPROOF_VERFIED" data-role="none"
value="NO" onclick="IS_INCOMEPROOF_VERFIED1()"/>
How to select radio box by using radio button value.For example i want
radio button to be selected for NO value.It should come like this
<input type="radio" name="IS_INCOMEPROOF_VERFIED" data-role="none"
value="NO" onclick="IS_INCOMEPROOF_VERFIED1()" cheked="checked"/>
No comments:
Post a Comment