Вот что я сделал:
.disabled-label:after {
content: " ";
background-color: #00A0D1;
display: inline-block;
visibility: visible;
}
.disabled-label:checked:after {
content: '✔';
box-shadow: 0px 2px 4px rgba(155, 155, 155, 0.15);
border-radius: 3px;
height: 13px;
display: block;
width: 13px;
text-align: center;
font-size: 9px;
color: white;
}