// 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 checkedIcon 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 loading correctly 1`] = `
"
"
`;
exports[`Switch > renders with loadingIcon correctly 1`] = `
"
"
`;
exports[`Switch > renders with name correctly 1`] = `
"
"
`;
exports[`Switch > renders with required 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 uncheckedIcon correctly 1`] = `
"
"
`;
exports[`Switch > renders with value correctly 1`] = `
"
"
`;