Checkbox
A control that allows the user to toggle between checked and not checked.
Made by imskyleenInstallation
Usage
API Reference
Checkbox
Radix UI API Reference - Checkbox.RootProp | Type | Default |
---|---|---|
...props? | HTMLMotionProps<"button"> | - |
The asChild
prop is not supported in the Checkbox
component as it is used
for animation.
CheckboxIndicator
Radix UI API Reference - Checkbox.IndicatorProp | Type | Default |
---|---|---|
...props? | SVGMotionProps<SVGSVGElement> | - |
The asChild
and forceMount
props are not supported in the
CheckboxIndicator
component as it is used for animation.