html checkboxfor is not visible

HTML
input[type="checkbox"] {
    display: none;
} @Html.EditorFor(model => model.Active, new { htmlAttributes = new { style = "opacity: 1" } })
Source

Also in HTML: