Skip to content

Commit

Permalink
Merge pull request #395 from oliviertassinari/patch-4
Browse files Browse the repository at this point in the history
Update doc for switches
  • Loading branch information
hai-cea committed Mar 10, 2015
2 parents 63eec19 + 4f6e3ec commit 9af3d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/app/components/pages/components/switches.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var SwitchesPage = React.createClass({
' name="checkboxName2"\n' +
' value="checkboxValue2"\n' +
' label="fed the dog"\n' +
' defaultChecked={true} />\n' +
' defaultSwitched={true} />\n' +
'<Checkbox\n' +
' name="checkboxName3"\n' +
' value="checkboxValue3"\n' +
Expand Down

0 comments on commit 9af3d55

Please sign in to comment.