import { storiesOf } from '@storybook/react'; import Checkbox from '.'; storiesOf('Checkbox', module) .add('Pure', () => ( ))