I can not change checkbox background color. Any my attempt was unsuccessful, please see - https://jsfiddle.net/o4rnd1q7/1/
    input[type="checkbox"] {
        background-color: #002B4E !important;
        color: white;
    }
    input[type="checkbox"]:enabled:checked {
        background-color: #002B4E !important;
        color: white;
    }
   input[type="checkbox"]:before {
        background-color: #002B4E !important;
        color: white;
    }
    input[type="checkbox"]::before {
        background-color: #002B4E !important;
        color: white;
    }
    .dark-checkbox input[type="checkbox"]:checked {
        background-color: #002B4E !important;
        color: white;
    }
Checkbox still has light blue color instead needed dark blue color.

 
     
    
 
     
     
     
     
    