SyntaxFix
Write A Post
Hire A Developer
Questions
You can just use:
<input type="radio" checked />
Using just the attribute checked without stating a value is the same as checked="checked".
checked="checked"