79718746

Date: 2025-07-29 14:09:04
Score: 1
Natty:
Report link

use '&.Mui-checked' in sx and set color property to your wish color

<Checkbox
    checked={showPassword}
    //
    sx={{
        color: '#000000',
        '&.Mui-checked': {
            color: '#000000',
        },
    }}
/>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ishimwe William