Assign an initial value to radio button as checked

You can use the checked attribute for this:

<input type="radio" checked="checked">

Leave a Comment