Topic: Change color of filled-in checkbox
                  
                  demzl25
                  priority
                  asked 7 years ago
                
Hi how to change color of filled-in checkbox from purple(default) to primary(blue)?
                      
                        Add comment
                      
                    
                  
                
                      
                      Marta Wierzbicka
                      free
                        answered 7 years ago
                    
                    Hi,
try this code:
                    
                    
                    
                    
                  
                  
                .form-check-input[type=checkbox][class*=filled-in]:checked+label:after, label.btn input[type=checkbox][class*=filled-in]:checked+label:after {
top: 0;
border-color: #4285F4;
background-color: #4285F4;
z-index: 0;
}
Best,
Marta
                    
                      FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
              Resolved
Specification of the issue
              - ForumUser: Priority
 - Premium support: Yes
 - Technology: MDB jQuery
 - MDB Version: -
 - Device: -
 - Browser: -
 - OS: -
 - Provided sample code: No
 - Provided link: No
 
Tags