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