Skip to content

Commit 639955f

Browse files
committed
fix(docs/checkbox): proper labeling and minor edit
1 parent 6dcc66f commit 639955f

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

apps/website/src/_state/component-statuses.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export const statusByComponent: ComponentKitsStatuses = {
3737
Carousel: ComponentStatus.Draft,
3838
Collapsible: ComponentStatus.Beta,
3939
Combobox: ComponentStatus.Beta,
40+
Checkbox: ComponentStatus.Beta,
4041
Label: ComponentStatus.Draft,
4142
Modal: ComponentStatus.Beta,
4243
Pagination: ComponentStatus.Draft,

apps/website/src/routes/docs/headless/checkbox/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ import { statusByComponent } from '~/_state/component-statuses';
99

1010
# Checkbox (Two-State)
1111

12-
Allows users to visually select an option by "checking" it.
12+
Allows users to visually select an option by checking it.
1313

1414
<Showcase name="hero" />
15+
1516
## Anatomy
1617

1718
<AnatomyTable

apps/website/src/routes/docs/headless/menu.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- [Carousel](/docs/headless/carousel)
1919
- [Collapsible](/docs/headless/collapsible)
2020
- [Combobox](/docs/headless/combobox)
21+
- [Checkbox](/docs/headless/checkbox)
2122
- [Label](/docs/headless/label)
2223
- [Modal](/docs/headless/modal)
2324
- [Pagination](/docs/headless/pagination)

0 commit comments

Comments
 (0)