markusenglund / react-switch

A draggable toggle-switch component for React. Check out the demo at:
https://react-switch.netlify.com/
MIT License
1.33k stars 101 forks source link

Remove Cross Icon #119

Open ujjwal-shrivastava opened 1 year ago

ujjwal-shrivastava commented 1 year ago

How is it possible to remove cross icon & Tick icon from toggle button.

chrisag90 commented 9 months ago

Set the props:

uncheckedIcon={false}
checkedIcon={false}