facetwp checkbox css

/* modify and add to theme css or other method to override css styles */

.facetwp-type-checkboxes .facetwp-checkbox {
    background: url(../images/checkbox.png) 0 50% no-repeat;
    background-size: 14px 14px;
    margin-bottom: 4px;
    padding-left: 20px;
    cursor: pointer;
}

.facetwp-type-checkboxes .facetwp-checkbox.checked {
    background-image: url(../images/checkbox-on.png);
}