html compact radio button multiple choice form code example
Example: radio selected
//checked
<input type="radio" id="huey" name="drone" value="huey"
checked>
//checked
<input type="radio" id="huey" name="drone" value="huey"
checked>