Skip to content
Merged
Show file tree
Hide file tree
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
17 changes: 17 additions & 0 deletions .changeset/chatty-pants-tickle.md
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions apps/docs/content/docs/components/checkbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down