// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Switch > renders with ariaLabel correctly 1`] = `
"
"
`;
exports[`Switch > renders with as correctly 1`] = `
""
`;
exports[`Switch > renders with checkedIcon correctly 1`] = `
""
`;
exports[`Switch > renders with class correctly 1`] = `
""
`;
exports[`Switch > renders with color neutral correctly 1`] = `
""
`;
exports[`Switch > renders with defaultValue correctly 1`] = `
""
`;
exports[`Switch > renders with description correctly 1`] = `
""
`;
exports[`Switch > renders with description slot correctly 1`] = `
""
`;
exports[`Switch > renders with disabled correctly 1`] = `
""
`;
exports[`Switch > renders with id correctly 1`] = `
""
`;
exports[`Switch > renders with label correctly 1`] = `
""
`;
exports[`Switch > renders with label slot correctly 1`] = `
""
`;
exports[`Switch > renders with loading correctly 1`] = `
""
`;
exports[`Switch > renders with loadingIcon correctly 1`] = `
""
`;
exports[`Switch > renders with modelValue correctly 1`] = `
""
`;
exports[`Switch > renders with name correctly 1`] = `
""
`;
exports[`Switch > renders with required correctly 1`] = `
""
`;
exports[`Switch > renders with size lg correctly 1`] = `
""
`;
exports[`Switch > renders with size md correctly 1`] = `
""
`;
exports[`Switch > renders with size sm correctly 1`] = `
""
`;
exports[`Switch > renders with size xl correctly 1`] = `
""
`;
exports[`Switch > renders with size xs correctly 1`] = `
""
`;
exports[`Switch > renders with ui correctly 1`] = `
""
`;
exports[`Switch > renders with uncheckedIcon correctly 1`] = `
""
`;
exports[`Switch > renders with value correctly 1`] = `
""
`;