Which property is used to specifies whether the radio button is clicked or not?Immersive Reader code example
Example: html radio button checked
<input type="radio" id="huey" name="drone" value="huey"
checked>
<!-- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio-->