import * as React from 'react';
import { boolean } from '@storybook/addon-knobs';
import RadioButton from '../RadioButton';
import notes from './RadioButton.stories.md';
export const basic = () => ;
export const disabled = () => (
);
export default {
title: 'Components|Radio/RadioButton',
component: RadioButton,
parameters: {
notes,
},
};