Toggle

Used to retrieve user input.


Props

label

stringLabel for the toggle

checked

booleanWhether the toggle is checked or not

onChange

functionCalled when checked state changes

disabled

booleanWhether the toggle is disabled or not

Showcase