diff --git a/apps/docs/content/docs/components/checkbox-group.mdx b/apps/docs/content/docs/components/checkbox-group.mdx index b775febb2c..43da280038 100644 --- a/apps/docs/content/docs/components/checkbox-group.mdx +++ b/apps/docs/content/docs/components/checkbox-group.mdx @@ -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: "-" } ]} />