Looking for a checkbox with a white background and no curve
Here is what I have tried:
.cb {
background-color: white;
border: 1px;
}
<input type="checkbox" class="cb">Normal
<input type="checkbox" class="cb">power
<input type="checkbox" class="cb">Admin
However, I am unable to achieve the default checkbox appearance as shown in the image above. Is it possible to do so?