Skip to content

Commit

Permalink
docs(checkbox): updated example
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucy committed Dec 13, 2017
1 parent 48f7b97 commit f1be675
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
Expand Up @@ -16,7 +16,7 @@
Use the feedback and error props to give the user feedback regarding a missed checkbox by highlighting the label, checkbox element and adding an error message stating how to proceed.

```
const message = "Please confirm you have read the terms and conditions";
const message = "Please agree to the terms and conditions";
initialState = {
checked: false,
Expand Down

0 comments on commit f1be675

Please sign in to comment.