From edd61edfb12f8c00b04de1b9ead27252c8bc74d1 Mon Sep 17 00:00:00 2001 From: Timothy Yung Date: Tue, 14 Jan 2014 21:13:27 -0800 Subject: [PATCH] Fix "Uncontrolled Components" documentation --- docs/docs/06-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/06-forms.md b/docs/docs/06-forms.md index a9cf177730b58..1f593cfb9b07d 100644 --- a/docs/docs/06-forms.md +++ b/docs/docs/06-forms.md @@ -87,7 +87,7 @@ If you want to initialize the component with a non-empty value, you can supply a This example will function much like the **Controlled Components** example above. -Likewise, `` supports `defaultChecked` and `