import React from 'react' import {centerLayoutDecorator} from '../.storybook/decorators' import {Radio} from './radio' export default { component: Radio, title: 'Input|Radio', decorators: [centerLayoutDecorator()] } export const Standard = () => {}} /> export const Checked = () => {}} /> export const Disabled = () => {}} disabled /> export const DisabledAndChecked = () => ( {}} disabled /> )