# RadioGroup

A group of radio buttons that allows a user to select a single option from a list.

### **Import**
```tsx
import { RadioGroup } from '@app-studio/web';
```

