HTML radio buttons allowing multiple selections

后端 未结 6 681
轮回少年
轮回少年 2020-11-28 06:47

In my HTML form I have the below as a set of radio buttons, depending on what radio button you select depends on what the next form

is revealed
6条回答
  •  难免孤独
    2020-11-28 07:29

    The name of the inputs must be the same to belong to the same group. Then the others will be automatically deselected when one is clicked.

提交回复
热议问题