Radio button is not working properly

前端 未结 8 496
隐瞒了意图╮
隐瞒了意图╮ 2020-12-10 00:48

In my web page I have placed some radio buttons. But these buttons are not working properly. I can check multiple buttons.

code:

8条回答
  •  温柔的废话
    2020-12-10 01:18

    Give same name to all radio button from which you want to select one option

    
            
    
    
    
    
    

    Now it will work properly

提交回复
热议问题