How can I make a group of checkboxes mutually exclusive?

前端 未结 6 1920
名媛妹妹
名媛妹妹 2020-12-16 11:54

I have to make mutually exculsive checkboxes. I have come across numerous examples that do it giving example of one checkbox group. One example is at http://blog.schuager.c

6条回答
  •  温柔的废话
    2020-12-16 12:24

    No matter where the check box is located on your page, you just need to specify the group and here you go!

         pending
         solved
         timed out
    
         male
         female
    
         Isolated
    
    
        
    

提交回复
热议问题