// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Checkbox > renders basic case correctly 1`] = `
"
"
`;
exports[`Checkbox > renders with custom color correctly 1`] = `
""
`;
exports[`Checkbox > renders with custom id correctly 1`] = `
""
`;
exports[`Checkbox > renders with custom name correctly 1`] = `
""
`;
exports[`Checkbox > renders with custom value correctly 1`] = `
""
`;
exports[`Checkbox > renders with disabled correctly 1`] = `
""
`;
exports[`Checkbox > renders with help correctly 1`] = `
""
`;
exports[`Checkbox > renders with indeterminate correctly 1`] = `
""
`;
exports[`Checkbox > renders with label correctly 1`] = `
""
`;
exports[`Checkbox > renders with required correctly 1`] = `
""
`;
exports[`Checkbox > renders with size 2xs 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 slot correctly 1`] = `
""
`;
exports[`Checkbox > renders with slot label correctly 1`] = `
""
`;