16 lines
448 B
JSON
16 lines
448 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "radix-checkbox",
|
|
"type": "registry:ui",
|
|
"title": "Checkbox",
|
|
"description": "A control that allows the user to toggle between checked and not checked.",
|
|
"dependencies": ["motion", "radix-ui"],
|
|
"files": [
|
|
{
|
|
"path": "registry/radix/checkbox/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/radix/checkbox.tsx"
|
|
}
|
|
]
|
|
}
|