react-switch icon indicating copy to clipboard operation
react-switch copied to clipboard

Remove Cross Icon

Open ujjwal-shrivastava opened this issue 2 years ago • 1 comments

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

ujjwal-shrivastava avatar Oct 08 '22 14:10 ujjwal-shrivastava

Set the props:

uncheckedIcon={false}
checkedIcon={false}

chrisag90 avatar Dec 05 '23 11:12 chrisag90