/* Hide default checkbox and style custom one */
.checkbox-blue input[type="checkbox"] {
    accent-color: #007bff;
}

.checkbox-grey input[type="checkbox"] {
    accent-color: #cccccc;
}

.checkbox-default input[type="checkbox"] {
    accent-color: initial;
}