// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`RadioGroup > renders basic case correctly 1`] = `
"
"
`;
exports[`RadioGroup > renders with class correctly 1`] = `
""
`;
exports[`RadioGroup > renders with custom color correctly 1`] = `
""
`;
exports[`RadioGroup > renders with default value correctly 1`] = `
""
`;
exports[`RadioGroup > renders with description correctly 1`] = `
""
`;
exports[`RadioGroup > renders with disabled correctly 1`] = `
""
`;
exports[`RadioGroup > renders with required correctly 1`] = `
""
`;
exports[`RadioGroup > renders with size 2xs correctly 1`] = `
""
`;
exports[`RadioGroup > renders with size lg correctly 1`] = `
""
`;
exports[`RadioGroup > renders with size md correctly 1`] = `
""
`;
exports[`RadioGroup > renders with size sm correctly 1`] = `
""
`;
exports[`RadioGroup > renders with size xl correctly 1`] = `
""
`;
exports[`RadioGroup > renders with size xs correctly 1`] = `
""
`;
exports[`RadioGroup > renders with ui correctly 1`] = `
""
`;