From 7cd91e29255da25aa604d5c7dd3be3624e9a137d Mon Sep 17 00:00:00 2001 From: Jim Date: Mon, 4 Jan 2016 12:52:31 -0800 Subject: [PATCH] Fix wording to make it more clear that checkbox (input) supports defaultChecked Fix some confusion about why `input` would support `defaultChecked` (it's because you can have an input of type checkbox). This has come up a couple of times (https://github.com/facebook/react/pull/5633, https://github.com/facebook/react/pull/5774) but both those PRs were wrong and it was just easier to fix it myself. --- docs/07-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/07-forms.md b/docs/07-forms.md index af75d4b2..c452940d 100644 --- a/docs/07-forms.md +++ b/docs/07-forms.md @@ -95,7 +95,7 @@ If you want to initialize the component with a non-empty value, you can supply a This example will function much like the **Uncontrolled Components** example above. -Likewise, `` supports `defaultChecked` and `` and `` support `defaultChecked`, and `