Only one selected checkbox

后端 未结 8 1791
梦毁少年i
梦毁少年i 2021-01-14 05:17

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

8条回答
  •  旧巷少年郎
    2021-01-14 05:27

    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.

提交回复
热议问题