SyntaxFix
Write A Post
Hire A Developer
Questions
Old question, but another "pure razor" answer would be:
@Html.CheckBoxFor(model => model.As, htmlAttributes: new { @checked = true} )