Files
MileageTraker/Web/Views/Shared/EditorTemplates/Boolean.cshtml
T

7 lines
201 B
Plaintext

@{
Layout = "~/Views/Shared/EditorTemplates/_FieldLayout.cshtml";
}
<label class="checkbox">
@Html.CheckBox("", ViewData.TemplateInfo.FormattedModelValue)
@Html.LabelForModel()
</label>