diff --git a/.changeset/chatty-pants-tickle.md b/.changeset/chatty-pants-tickle.md new file mode 100644 index 0000000000..dc02509f78 --- /dev/null +++ b/.changeset/chatty-pants-tickle.md @@ -0,0 +1,17 @@ +--- +"@nextui-org/button": patch +"@nextui-org/card": patch +"@nextui-org/checkbox": patch +"@nextui-org/dropdown": patch +"@nextui-org/input-otp": patch +"@nextui-org/listbox": patch +"@nextui-org/menu": patch +"@nextui-org/pagination": patch +"@nextui-org/radio": patch +"@nextui-org/ripple": patch +"@nextui-org/switch": patch +"@nextui-org/react": patch +"@nextui-org/theme": patch +--- + +Fix build diff --git a/apps/docs/content/docs/components/checkbox.mdx b/apps/docs/content/docs/components/checkbox.mdx index 645970d3a6..82958ad20e 100644 --- a/apps/docs/content/docs/components/checkbox.mdx +++ b/apps/docs/content/docs/components/checkbox.mdx @@ -85,6 +85,7 @@ The `isIndeterminate` prop sets a `Checkbox` to an indeterminate state, overridi - **base**: Checkbox wrapper, it handles alignment, placement, and general appearance. - **wrapper**: An inner container that includes styles for relative positioning, flex properties, overflow handling and managing hover and selected states. +- **hiddenInput**: The hidden input element that is used to handle the checkbox state. - **icon**: Icon within the checkbox, controlling size, visibility, and changes when checked. - **label**: The text associated with the checkbox.