// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`CheckboxGroup > renders with ariaLabel correctly 1`] = `
"
"
`;
exports[`CheckboxGroup > renders with as correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with class correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with defaultValue correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with description correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with description slot correctly 1`] = `
"
"
`;
exports[`CheckboxGroup > renders with descriptionKey correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with disabled correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with horizontal variant card correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with horizontal variant list correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with horizontal variant table correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with indicator end correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with indicator hidden correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with indicator start correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with items correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with label slot correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with labelKey correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with legend slot correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with modelValue correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with neutral variant card correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with neutral variant list correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with neutral variant table correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with primary variant card correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with primary variant list correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with primary variant table correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with required correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with size lg correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with size md correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with size sm correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with size xl correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with size xs correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with ui correctly 1`] = `
""
`;
exports[`CheckboxGroup > renders with valueKey correctly 1`] = `
""
`;