<input type="checkbox">
input {
appearance: none;
padding: 10px;
background-color: #00f;
}
input::before {
content: '';
display: block;
width: 50px;
height: 50px;
background-color: #f00;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.