You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/Checkbox.mdx
+29-1Lines changed: 29 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The `Checkbox` component can be used in controlled and uncontrolled modes.
45
45
technologies.
46
46
</Note>
47
47
48
-
## Indeterminate
48
+
###Indeterminate
49
49
50
50
An `indeterminate` checkbox state should be used if the input value is neither true nor false. This can be useful in situations where you are required to display an incomplete state, or one that is dependent on other input selections to determine a value.
51
51
@@ -74,6 +74,34 @@ An `indeterminate` checkbox state should be used if the input value is neither t
74
74
</form>
75
75
```
76
76
77
+
### Grouping Checkbox components
78
+
79
+
If you're not building something custom, you should use the [CheckboxGroup](/CheckboxGroup) component to render a group of checkbox inputs.
0 commit comments