Skip to content

Commit

Permalink
Doc Site - fixed radio button documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hai-cea committed Nov 30, 2014
1 parent 13a1fbf commit ca26581
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/app/components/pages/components/switches.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ var SwitchesPage = React.createClass({
_getRadioButtonExample: function() {
var code =
'<form>\n' +
' <RadioButton name="shipSpeed" value="light"/>\n' +
' <RadioButton name="shipSpeed" value="not_light"/>\n' +
' <RadioButton name="shipSpeed" value="ludicrous"/>\n' +
' <RadioButton name="shipSpeed" value="light" label="prepare for light speed"/>\n' +
' <RadioButton name="shipSpeed" value="not_light" label="light speed too slow"/>\n' +
' <RadioButton name="shipSpeed" value="ludicrous" label="go to ludicous speed"/>\n' +
'</form>';

return (
Expand Down

0 comments on commit ca26581

Please sign in to comment.