I have 15 check boxes in a form. This checkboxes are independent to eachother. I want a javascript function that makes, when user is selecting 2 checkboxes, the first checke
It would be much easier to use radio buttons rather than a checkbox. That way you can select only one option at a time which is what you want really.