We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d7073 commit 4a7bdc1Copy full SHA for 4a7bdc1
src/content/learn/preserving-and-resetting-state.md
@@ -2011,7 +2011,7 @@ export default function ContactList() {
2011
<label>
2012
<input
2013
type="checkbox"
2014
- value={reverse}
+ checked={reverse}
2015
onChange={e => {
2016
setReverse(e.target.checked)
2017
}}
@@ -2110,7 +2110,7 @@ export default function ContactList() {
2110
2111
2112
2113
2114
2115
2116
0 commit comments