Skip to content

Commit

Permalink
correct sample code for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdonh committed Jun 29, 2018
1 parent df95714 commit 76c0cc0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ Several quick start options are available:
2. Add `toggle`, `checkbox` or `radio` class:

```
<label class="toggle">
<input type="checkbox" /> This is a toggle
<label>
<input type="checkbox" class="toggle" /> This is a toggle
</label>
<label class="checkbox">
<input type="checkbox" /> And this is a checkbox
<label>
<input type="checkbox" class="checkbox" /> And this is a checkbox
</label>
<label class="radio">
<input type="radio" /> I'm a radio button
<input type="radio" class="radio" /> I'm a radio button
</label>
```

Expand Down

0 comments on commit 76c0cc0

Please sign in to comment.