mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
chore(docs): add missing onValueChange in CheckboxGroup (#5332)
This commit is contained in:
parent
9433bff517
commit
6e9247ad32
@ -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: "-"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user