Answers for "html radio button select only 1"

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
0

radio button css only 1

<input type="radio" name="radAnswer" /> 
<input type="radio" name="radAnswer" /> same name
Posted by: Guest on January-17-2021

Code answers related to "html radio button select only 1"

Browse Popular Code Answers by Language