import { Canvas, Meta, ArgTypes } from '@storybook/blocks';
import { ThemeProvider } from 'styled-components';
import Flex from '../Flex';
import RadioGroup from './';
import { lightTheme } from '../../../theme/';
import { GlobalStyles } from '../../../theme/GlobalStyles';
import * as RadioGroupStories from './RadioGroup.stories.tsx';
# RadioGroup
The Radio component allows the user to choose only one of a predefined set of mutually exclusive options.
## Importing
```javascript
import { RadioGroup } from 'amazon-chime-sdk-component-library-react';
```
## Example
```jsx
{}}
/>
```
## Props