1<!--Just manke both names equal -->
2<input type="radio" name="options" id="1"/>
3<input type="radio" name="options" id="2"/>
1 <input type="radio" id="huey" name="drone" value="huey"
2 checked>
3<!-- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio-->