{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "checkbox-group-refined",
  "type": "registry:component",
  "title": "Checkbox Group - Refined primitive",
  "description": "Multi-select checkbox set with shared state and select-all support.",
  "dependencies": ["@base-ui/react"],
  "registryDependencies": [],
  "files": [
    {
      "path": "src/registry/contracts.ts",
      "target": "components/refined-ui/contracts.ts",
      "type": "registry:lib"
    },
    {
      "path": "src/registry/skin.ts",
      "target": "components/refined-ui/skin.ts",
      "type": "registry:lib"
    },
    {
      "path": "src/registry/skin.config.tsx",
      "target": "components/refined-ui/skin.config.tsx",
      "type": "registry:lib"
    },
    {
      "path": "src/registry/lib/cn.ts",
      "target": "components/refined-ui/lib/cn.ts",
      "type": "registry:lib"
    },
    {
      "path": "src/registry/sources/refined/ui/checkbox-group.tsx",
      "target": "components/refined-ui/ui/checkbox-group.tsx",
      "type": "registry:component"
    },
    {
      "path": "src/registry/sources/refined/ui/checkbox.tsx",
      "target": "components/refined-ui/ui/checkbox.tsx",
      "type": "registry:component"
    }
  ]
}
