Skip to content

Commit 102cd29

Browse files
committed
Merge pull request facebook#5775 from facebook/fix-checkbox-wording
Fix wording to make it more clear that checkbox (input) supports defaultChecked
2 parents bdcb69f + a8c2c80 commit 102cd29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/07-forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ If you want to initialize the component with a non-empty value, you can supply a
9595

9696
This example will function much like the **Uncontrolled Components** example above.
9797

98-
Likewise, `<input>` supports `defaultChecked` and `<select>` supports `defaultValue`.
98+
Likewise, `<input type="checkbox">` and `<input type="radio">` support `defaultChecked`, and `<select>` supports `defaultValue`.
9999

100100
> Note:
101101
>

0 commit comments

Comments
 (0)