A custom toggle switch component that extends MUI's Switch.
It allows for additional customization and theming.
Remarks
This component is designed to be used in applications where a toggle switch is needed.
It can be styled and themed according to the application's design system.
The component uses MUI's Switch as a base and can be further customized with additional props.
Description
A custom toggle switch component that extends MUI's Switch. It allows for additional customization and theming.
Remarks
This component is designed to be used in applications where a toggle switch is needed. It can be styled and themed according to the application's design system. The component uses MUI's Switch as a base and can be further customized with additional props.
Example
Param: props
The properties for the toggle switch.
Returns
A toggle switch component.