---
name: Radio
---

import { Playground, PropsTable } from 'docz';
import Radio from './';

# Radio

## Basic Usage

<Playground>
  <div style={{ display: 'flex' }}>
    <Radio isChecked={true} labelText="Label Right" />
  </div>
</Playground>

## Properties

<PropsTable of={Radio} />
