Checkbox

Used to retrieve user input.


Props

label

stringLabel for the checkbox

checked

booleanWhether the checkbox is checked or not

onChange

functionCalled when checked state changes

disabled

booleanWhether the checkbox is disabled or not

Showcase