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: codex-ui/dev/pages/components/Checkbox.vue
+38-2Lines changed: 38 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,51 @@
2
2
<PageHeader>
3
3
Checkbox
4
4
<template #description>
5
-
Best used for making selections, such as agreeing to terms, selecting multiple items from a list, or enabling options that require further action (like pressing a "Submit" button) to take effect.
5
+
This component has multiple states, useful for selecting options in various scenarios.
0 commit comments