How to make a check box behaves like a radio button
I would like to have a java script to un check a check box when the other is checked means this should behave like radio button can any one help me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dorababu MekaPosted Jun 14, 2011, 4:13 AM
Pradeep ChandrakerPosted Jun 15, 2011, 9:33 AM
Programmatically you can handle any logic. But think in business prospective? Have you seen any where un-checking radio button on second click is been used.
Suthish NairPosted Jun 15, 2011, 2:28 AM
we can handle this on radion button also..
function checkRadio(control) {
Any way different requirement
Pradeep ChandrakerPosted Jun 15, 2011, 12:13 AM
I am not sure about Chaitanya's requirement. But think about the scenario where you may choose one or none of the values. I came across with this kind of requirements many times and it is a valid scenario.
Suthish NairPosted Jun 14, 2011, 7:08 AM