You can set a checkbox or radio button to be checked by default using the checked attribute.
<input type="radio" name="test-name" checked>
You can set a checkbox or radio button to be checked by default using the checked attribute.
<input type="radio" name="test-name" checked>