Skip to content

Commit

Permalink
docs(checkbox): Minor update to example with multiple checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcabrera committed Dec 8, 2017
1 parent 13178d9 commit ca03770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Checkbox/Checkbox.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
```
<Box tag="fieldset" between={2}>
<legend>Show me deals for...</legend>
<Checkbox name="services" value="mobility" label="Mobility Please confirm you have read the terms and conditions Please confirm you have read the terms and conditions Please confirm you have read the terms and conditions" />
<Checkbox name="services" value="mobility" label="Mobility" />
<Checkbox name="services" value="internet" label="Internet" />
<Checkbox name="services" value="tv" label="TV" />
<Checkbox name="services" value="home-phone" label="Home Phone" />
Expand Down

0 comments on commit ca03770

Please sign in to comment.