HTML CheckboxFor n'est pas visible
@Html.EditorFor(model => model.Active, new { htmlAttributes = new { style = "opacity: 1" } })
Fierce Fly
@Html.EditorFor(model => model.Active, new { htmlAttributes = new { style = "opacity: 1" } })
input[type="checkbox"] {
display: none;
}