// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Checkbox > renders with ariaLabel correctly 1`] = `
"
"
`;
exports[`Checkbox > renders with as correctly 1`] = `
""
`;
exports[`Checkbox > renders with class correctly 1`] = `
""
`;
exports[`Checkbox > renders with defaultValue correctly 1`] = `
""
`;
exports[`Checkbox > renders with description correctly 1`] = `
""
`;
exports[`Checkbox > renders with description slot correctly 1`] = `
""
`;
exports[`Checkbox > renders with disabled correctly 1`] = `
""
`;
exports[`Checkbox > renders with icon correctly 1`] = `
""
`;
exports[`Checkbox > renders with id correctly 1`] = `
""
`;
exports[`Checkbox > renders with indeterminate correctly 1`] = `
""
`;
exports[`Checkbox > renders with indeterminateIcon correctly 1`] = `
""
`;
exports[`Checkbox > renders with indicator end correctly 1`] = `
""
`;
exports[`Checkbox > renders with indicator hidden correctly 1`] = `
""
`;
exports[`Checkbox > renders with indicator start correctly 1`] = `
""
`;
exports[`Checkbox > renders with label correctly 1`] = `
""
`;
exports[`Checkbox > renders with label slot correctly 1`] = `
""
`;
exports[`Checkbox > renders with modelValue correctly 1`] = `
""
`;
exports[`Checkbox > renders with name correctly 1`] = `
""
`;
exports[`Checkbox > renders with neutral variant card correctly 1`] = `
""
`;
exports[`Checkbox > renders with neutral variant list correctly 1`] = `
""
`;
exports[`Checkbox > renders with primary variant card correctly 1`] = `
""
`;
exports[`Checkbox > renders with primary variant list correctly 1`] = `
""
`;
exports[`Checkbox > renders with required correctly 1`] = `
""
`;
exports[`Checkbox > renders with size lg correctly 1`] = `
""
`;
exports[`Checkbox > renders with size md correctly 1`] = `
""
`;
exports[`Checkbox > renders with size sm correctly 1`] = `
""
`;
exports[`Checkbox > renders with size xl correctly 1`] = `
""
`;
exports[`Checkbox > renders with size xs correctly 1`] = `
""
`;
exports[`Checkbox > renders with ui correctly 1`] = `
""
`;
exports[`Checkbox > renders with value correctly 1`] = `
""
`;