我需要
默认选中
一个复选框:
我试过所有这些,没有什么是检查我的复选框 –
@Html.CheckBoxFor(m => m.Allowrating,new { @value = "true" })
@Html.CheckBoxFor(m => m.Allowrating,new { @checked = "true" })
@Html.CheckBoxFor(m => m.Allowrating,new { @checked = true })
@Html.CheckBoxFor(m => m.Allowrating,new { @checked = "checked"})