We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d14fec commit 39088deCopy full SHA for 39088de
exercises/01.managing-ui-state/02.problem.control/README.mdx
@@ -10,6 +10,6 @@ prop on the input.
10
11
Once we add the query as the value for the input, we'll also want to have a
12
function responsible for updating the query when the user checks or unchecks the
13
-checkboxes and call that in the `onClick` handler of the checkboxes.
+checkboxes and call that in the `onChange` handler of the checkboxes.
14
15
Good luck!
0 commit comments