File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ export const statusByComponent: ComponentKitsStatuses = {
37
37
Carousel : ComponentStatus . Draft ,
38
38
Collapsible : ComponentStatus . Beta ,
39
39
Combobox : ComponentStatus . Beta ,
40
+ Checkbox : ComponentStatus . Beta ,
40
41
Label : ComponentStatus . Draft ,
41
42
Modal : ComponentStatus . Beta ,
42
43
Pagination : ComponentStatus . Draft ,
Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ import { statusByComponent } from '~/_state/component-statuses';
9
9
10
10
# Checkbox (Two-State)
11
11
12
- Allows users to visually select an option by " checking" it.
12
+ Allows users to visually select an option by checking it.
13
13
14
14
<Showcase name = " hero" />
15
+
15
16
## Anatomy
16
17
17
18
<AnatomyTable
Original file line number Diff line number Diff line change 18
18
- [ Carousel] ( /docs/headless/carousel )
19
19
- [ Collapsible] ( /docs/headless/collapsible )
20
20
- [ Combobox] ( /docs/headless/combobox )
21
+ - [ Checkbox] ( /docs/headless/checkbox )
21
22
- [ Label] ( /docs/headless/label )
22
23
- [ Modal] ( /docs/headless/modal )
23
24
- [ Pagination] ( /docs/headless/pagination )
You can’t perform that action at this time.
0 commit comments