Answers for "only allow 1 radio button to be selected"

3

html radio only one checked

<!--Just manke both names equal -->
<input type="radio" name="options" id="1"/>
<input type="radio" name="options" id="2"/>
Posted by: Guest on December-10-2020

Code answers related to "only allow 1 radio button to be selected"

Browse Popular Code Answers by Language