select only one radio button code example
Example 1: html radio only one checked
<!--Just manke both names equal -->
<input type="radio" name="options" id="1"/>
<input type="radio" name="options" id="2"/>
Example 2: radio button css only 1
<input type="radio" name="radAnswer" />
<input type="radio" name="radAnswer" /> same name