diff --git a/docs/content/3.components/kbd.md b/docs/content/3.components/kbd.md index 88e88fd4..be38e8db 100644 --- a/docs/content/3.components/kbd.md +++ b/docs/content/3.components/kbd.md @@ -1,13 +1,11 @@ --- -title: Keyboard Key +title: Kbd description: A kbd element to display a keyboard key. category: element links: - label: GitHub icon: i-simple-icons-github to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Kbd.vue -navigation: - title: Kbd --- ## Usage diff --git a/src/runtime/components/CheckboxGroup.vue b/src/runtime/components/CheckboxGroup.vue index 6886f5ba..8933ce1a 100644 --- a/src/runtime/components/CheckboxGroup.vue +++ b/src/runtime/components/CheckboxGroup.vue @@ -74,6 +74,7 @@ import { useAppConfig } from '#imports' import { useFormField } from '../composables/useFormField' import { get, omit } from '../utils' import { tv } from '../utils/tv' +import UCheckbox from './Checkbox.vue' const props = withDefaults(defineProps>(), { valueKey: 'value',