Skip to content

Commit 76af2b3

Browse files
committed
docs(Checkbox): fix @see URLs to use forms/checkbox path
1 parent d100e47 commit 76af2b3

File tree

1 file changed

+6
-6
lines changed
  • packages/0/src/components/Checkbox

1 file changed

+6
-6
lines changed

packages/0/src/components/Checkbox/index.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import SelectAll from './CheckboxSelectAll.vue'
2626
/**
2727
* Checkbox component with sub-components for checkbox controls.
2828
*
29-
* @see https://0.vuetifyjs.com/components/checkbox
29+
* @see https://0.vuetifyjs.com/components/forms/checkbox
3030
*
3131
* @example
3232
* ```vue
@@ -48,7 +48,7 @@ export const Checkbox = {
4848
/**
4949
* Group component for managing multiple checkboxes.
5050
*
51-
* @see https://0.vuetifyjs.com/components/checkbox#group
51+
* @see https://0.vuetifyjs.com/components/forms/checkbox#group
5252
*
5353
* @example
5454
* ```vue
@@ -80,7 +80,7 @@ export const Checkbox = {
8080
* Auto-rendered by Root when `name` prop is provided.
8181
* Can also be used explicitly for custom form integration.
8282
*
83-
* @see https://0.vuetifyjs.com/components/checkbox#hiddeninput
83+
* @see https://0.vuetifyjs.com/components/forms/checkbox#hiddeninput
8484
*
8585
* @example
8686
* ```vue
@@ -103,7 +103,7 @@ export const Checkbox = {
103103
* Renders as a span and only displays when checked or indeterminate.
104104
* Must be used within a Checkbox.Root component.
105105
*
106-
* @see https://0.vuetifyjs.com/components/checkbox#indicator
106+
* @see https://0.vuetifyjs.com/components/forms/checkbox#indicator
107107
*
108108
* @example
109109
* ```vue
@@ -131,7 +131,7 @@ export const Checkbox = {
131131
* v-model or group mode within Checkbox.Group. When `name` prop
132132
* is provided, automatically renders a hidden input for form submission.
133133
*
134-
* @see https://0.vuetifyjs.com/components/checkbox#root
134+
* @see https://0.vuetifyjs.com/components/forms/checkbox#root
135135
*
136136
* @example
137137
* ```vue
@@ -160,7 +160,7 @@ export const Checkbox = {
160160
* isAllSelected/isMixed and calls toggleAll on click. Does NOT
161161
* register as a group item. Must be used within a Checkbox.Group.
162162
*
163-
* @see https://0.vuetifyjs.com/components/checkbox#selectall
163+
* @see https://0.vuetifyjs.com/components/forms/checkbox#selectall
164164
*
165165
* @example
166166
* ```vue

0 commit comments

Comments
 (0)