Skip to content

Commit

Permalink
Fix Radio Storybook Entry (segmentio#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkemp94 authored and jeroenransijn committed Oct 18, 2018
1 parent abe2b00 commit aa6c216
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/radio/stories/index.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ storiesOf('radio', module)
<Radio checked name="group" label="Radio default" />
<Radio name="group" checked label="Radio checked" />
<Radio name="group" disabled label="Radio disabled" />
<Radio name="group" disabled label="Radio checked disabled" />
<Radio name="group3" checked disabled label="Radio checked disabled" />
</Box>
<Heading marginTop={40}>Bigger usage, size 16</Heading>
<Box aria-label="Radio Group Label 16" role="group">
Expand All @@ -83,7 +83,8 @@ storiesOf('radio', module)
<Radio size={16} name="group2" disabled label="Radio disabled" />
<Radio
size={16}
name="group2"
name="group4"
checked
disabled
label="Radio checked disabled"
/>
Expand Down

0 comments on commit aa6c216

Please sign in to comment.