diff --git a/test/components/__snapshots__/Switch.spec.ts.snap b/test/components/__snapshots__/Switch.spec.ts.snap
index 3ca2ad70..53f0fab4 100644
--- a/test/components/__snapshots__/Switch.spec.ts.snap
+++ b/test/components/__snapshots__/Switch.spec.ts.snap
@@ -1,91 +1,91 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Switch > renders basic case correctly 1`] = `
-"
+"
"
`;
exports[`Switch > renders with as correctly 1`] = `
-"
+"
"
`;
exports[`Switch > renders with checked correctly 1`] = `
-"
+"
"
`;
exports[`Switch > renders with class correctly 1`] = `
-"
+"
"
`;
exports[`Switch > renders with defaultChecked correctly 1`] = `
-"
+"
"
`;
exports[`Switch > renders with disabled correctly 1`] = `
-"
+"
"
`;
exports[`Switch > renders with id correctly 1`] = `
-"
+"
"
`;
exports[`Switch > renders with name correctly 1`] = `
-"
+"
"
`;
exports[`Switch > renders with required correctly 1`] = `
-"
+"
"
`;
exports[`Switch > renders with size 2xl correctly 1`] = `
-"
+"
"
`;
exports[`Switch > renders with size 2xs 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 value correctly 1`] = `
-"
+"
"
`;