Here is the CSS style for a checkbox in Material-UI that I captured from the console:
.MuiCheckbox-colorPrimary-262.MuiCheckbox-checked-260
I attempted to override this style using the following code, but it was unsuccessful:
MuiCheckBox: {
colorPrimary: {
MuiCheckBox: {
checked: {
color:'#1565c0',
}
}
}
Can anyone offer any assistance?