Skip to content

Commit

Permalink
docs(radio): add default radio to example
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucy List committed Dec 15, 2017
1 parent cfbea93 commit 2fb101b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Radio/Radio.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Radio buttons are used when there is a list of two or more options that are mutu

```
initialState = {
choice: undefined
choice: "e.bill"
};
const setChoice = (event) => setState({choice: event.target.value});
Expand Down

0 comments on commit 2fb101b

Please sign in to comment.