UI element that enables users to select multiple options from a list
Loading...
If you pass disabled
prop then it will disable the checkbox
Loading...
If you pass ReactNode
to icon
prop then it will render custom check icon
Loading...
Loading...
Use duration-300
, duration-500
, or duration-*
class to adjust the animation duration for the checkbox
Loading...
Loading...
Prop | Type | Default |
---|---|---|
variant | soft outline | outline |
size | sm md lg | md |
color | default primary secondary success error | default |
icon | ReactNode | <CheckIcon/> |