Optional
uncheckedColor
uncheckedColor?:
| "primary"
| "blue5"
| "white"
| "textFaded"
| "navigation"
| "navigationTop"
| "navigationSide"
| "background"
| "drawer"
| "cards"
| "cardDivider"
| "cardSectionSeparator"
| "fieldsOnCard"
| "fieldsFloating"
| "buttonSecondary"
| "iconsDisabled"
| "red"
| "orange"
| "greenDark"
| "greenLight"
| "text"
| "redDark"
| "orangeDark"
| "greenDark2"
| "blueDark"
| "lineColor"
| "iconButtonBg"
A customized checkbox component that replaces the default MUI icons with custom
Square
andCheckedSquare
icons for unchecked and checked states.Remarks
This component extends MUI's
Checkbox
and swaps the default icon visuals. Useful when aligning checkbox appearance with a specific design system.Example
Param: props
Props extending MUI's Checkbox component.
Returns
A styled MUI Checkbox with custom icons.