A radio button can be easily disabled using "return false" on click as shown below.
<input type="radio" id="rbOptions" checked="checked" onclick="return false;"/>
Cheers
Samitha
<input type="radio" id="rbOptions" checked="checked" onclick="return false;"/>
Cheers
Samitha
No comments:
Post a Comment