storiesOf('Checkbox Button', module)
  .addDecorator((story) => <Container action={action} value={false}>{story()}</Container>)
  .add('with a text', () => (
    <Toggle
      name='basic'