Radio button is not working properly

前端 未结 8 492
隐瞒了意图╮
隐瞒了意图╮ 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:23

    Give the name the same attribute. The checked attribute can be used to indicate which value should be selected. Somewhere in your syntax for the value you want checked write checked="checked"

提交回复
热议问题