Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions apps/docs/content/docs/components/checkbox-group.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,12 @@ In case you need to customize the checkbox even further, you can use the `useChe
type: "(value: string[]) => void",
description: "Handler that is called when the value changes.",
default: "-"
},
{
attribute: "onValueChange",
type: "(value: T) => void",
description: "Handler that is called when the element's selection state changes.",
default: "-"
}
]}
/>