BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/diceui/radix/checkbox-group

checkbox-group

diceui-radix/checkbox-group
FreeComponent

diceui/radix publishes no description for this item.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/sadmann7/diceui/HEAD/docs/public/r/styles/radix-nova/checkbox-group.json

Source

ui/checkbox-group.tsxraw.githubusercontent.com/sadmann7/diceui/HEAD/docs/public/r/styles/radix-nova/checkbox-group.json
1import * as CheckboxGroupPrimitive from "@diceui/checkbox-group";
2import { Check } from "lucide-react";
3import type * as React from "react";
4import { cn } from "@/lib/utils";
5
6function CheckboxGroup({
7 className,
8 ...props
9}: React.ComponentProps<typeof CheckboxGroupPrimitive.Root>) {
10 return (
11 <CheckboxGroupPrimitive.Root
12 data-slot="checkbox-group"
13 className={cn("peer flex flex-col gap-3.5", className)}
14 {...props}
15 />
16 );
17}
18
19function CheckboxGroupLabel({
20 className,
21 ...props
22}: React.ComponentProps<typeof CheckboxGroupPrimitive.Label>) {
23 return (
24 <CheckboxGroupPrimitive.Label
25 data-slot="checkbox-group-label"
26 className={cn(
27 "text-foreground/70 text-sm leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",
28 className,
29 )}
30 {...props}
31 />
32 );
33}
34
35function CheckboxGroupList({
36 className,
37 ...props
38}: React.ComponentProps<typeof CheckboxGroupPrimitive.List>) {
39 return (
40 <CheckboxGroupPrimitive.List
41 data-slot="checkbox-group-list"
42 className={cn(
43 "flex gap-3 data-[orientation=horizontal]:flex-row data-[orientation=vertical]:flex-col",
44 className,
45 )}
46 {...props}
47 />
48 );
49}
50
51function CheckboxGroupItem({
52 className,
53 children,
54 ...props
55}: React.ComponentProps<typeof CheckboxGroupPrimitive.Item>) {
56 return (
57 <label className="flex w-fit select-none items-center gap-2 text-sm leading-none has-data-disabled:cursor-not-allowed has-data-invalid:text-destructive has-data-disabled:opacity-50">
58 <CheckboxGroupPrimitive.Item
59 data-slot="checkbox-group-item"
60 className={cn(
61 "size-4 shrink-0 rounded-sm border border-primary shadow-sm focus-visible:outline-hidden focus-visible:ring-1 focus-visible:ring-ring data-invalid:border-destructive [&[data-state=checked]:not([data-invalid])]:bg-primary [&[data-state=checked]:not([data-invalid])]:text-primary-foreground [&[data-state=checked][data-invalid]]:bg-destructive [&[data-state=checked][data-invalid]]:text-primary-foreground [&[data-state=unchecked][data-invalid]]:bg-transparent",
62 className,
63 )}
64 {...props}
65 >
66 <CheckboxGroupPrimitive.Indicator
67 className="flex items-center justify-center text-current"
68 asChild
69 >
70 <Check className="size-3.5" />
71 </CheckboxGroupPrimitive.Indicator>
72 </CheckboxGroupPrimitive.Item>
73 {children}
74 </label>
75 );
76}
77
78// … truncated

What it pulls in

npm packages

  • @diceui/checkbox-group

Files it writes

  • ui/checkbox-group.tsx

Facts

Registry
diceui/radix
Type
registry:ui
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-11
Last confirmed
3 days ago

Go to the source

www.diceui.com sadmann7/diceui on GitHub Raw registry item This item as JSON

More from diceui/radix

All 58 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
action-baraction-bardiceui/radixComponentsFree1 dep · 2 files
angle-sliderangle-sliderdiceui/radixComponentsFree1 dep · 3 files
avatar-groupavatar-groupdiceui/radixComponentsFree1 dep
badge-overflowbadge-overflowdiceui/radixComponentsFree1 dep · 2 files
bannerbannerdiceui/radixComponentsFree1 dep
circular-progresscircular-progressdiceui/radixComponentsFree1 dep
client-onlyclient-onlydiceui/radixComponentsFreeno deps
color-pickercolor-pickerdiceui/radixComponentsFree1 dep · 3 files

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex