import { Canvas, Controls, Meta } from '@storybook/blocks'
import { ResourceLinks, KAIOInstallation } from '~storybook/components'
import * as RadioGroupStories from './RadioGroup.stories'

<Meta of={RadioGroupStories} />

# RadioGroup

<ResourceLinks
  sourceCode="https://github.com/cultureamp/kaizen-design-system/tree/main/packages/components/src/RadioGroup"
  figma="https://www.figma.com/file/ZRfnoNUXbGZv4eVWLbF4Az/%EF%B8%8F%F0%9F%96%BC%EF%B8%8F-Component-Gallery?node-id=9%3A86405&t=P1w10jr2cpPuaayw-1"
  designGuidelines="https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3081929413/Radio+Group"

/>

<KAIOInstallation exportNames="RadioGroup" />

## Overview

Radio groups include a set of radios that let people select exactly one option in a set.

<Canvas of={RadioGroupStories.Playground} />
<Controls of={RadioGroupStories.Playground} />
