@model IList @if (Model != null) { for (var i = 0; i < Model.Count; i++) { } }
Name
@if (Model[i].Checked) { } else { } @Model[i].Name