// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`RadioGroup > renders with class correctly 1`] = `
"
"
`;
exports[`RadioGroup > renders with color neutral correctly 1`] = `
"
"
`;
exports[`RadioGroup > renders with defaultValue correctly 1`] = `
""
`;
exports[`RadioGroup > renders with description correctly 1`] = `
""
`;
exports[`RadioGroup > renders with description slot correctly 1`] = `
""
`;
exports[`RadioGroup > renders with descriptionKey correctly 1`] = `
""
`;
exports[`RadioGroup > renders with disabled correctly 1`] = `
""
`;
exports[`RadioGroup > renders with items correctly 1`] = `
""
`;
exports[`RadioGroup > renders with label slot correctly 1`] = `
""
`;
exports[`RadioGroup > renders with labelKey correctly 1`] = `
""
`;
exports[`RadioGroup > renders with legend slot correctly 1`] = `
""
`;
exports[`RadioGroup > renders with orientation correctly 1`] = `
""
`;
exports[`RadioGroup > renders with required 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`] = `
""
`;
exports[`RadioGroup > renders with valueKey correctly 1`] = `
""
`;