How do I assign the value of a radio button initially as checked in HTML?
You can use the checked attribute for this:
checked
<input type="radio" checked="checked">
1.4m articles
1.4m replys
5 comments
57.0k users