We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
UCheckbox
1 parent c2bcb8e commit 7551a85Copy full SHA for 7551a85
src/runtime/components/CheckboxGroup.vue
@@ -74,6 +74,7 @@ import { useAppConfig } from '#imports'
74
import { useFormField } from '../composables/useFormField'
75
import { get, omit } from '../utils'
76
import { tv } from '../utils/tv'
77
+import UCheckbox from './Checkbox.vue'
78
79
const props = withDefaults(defineProps<CheckboxGroupProps<T>>(), {
80
valueKey: 'value',
0 commit comments