// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`OuiRadioGroup is rendered 1`] = `
`;
exports[`OuiRadioGroup props idSelected is rendered 1`] = `
`;
exports[`OuiRadioGroup props legend is rendered 1`] = `
`;
exports[`OuiRadioGroup props name is propagated to radios 1`] = `
`;
exports[`OuiRadioGroup props options are rendered 1`] = `
`;
exports[`OuiRadioGroup props value is propagated to radios 1`] = `
`;