My checkmark follows this rule:
input[type=checkbox] {
display: none;
}
I tried to change it like this:
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault" style="display:block;">
However, the change is not taking effect. Any ideas why? Bootstrap is being used in this context.