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 a1c885c commit 8d6355cCopy full SHA for 8d6355c
src/content/reference/react-dom/components/input.md
@@ -526,7 +526,7 @@ function SignupForm() {
526
<input type="checkbox" defaultChecked={something} />
527
```
528
529
-If you want [to control this checkbox with a state variable,](#controlling-an-input-with-a-state-variable) specify an `onChange` handler:
+如果你想 [用一个状态变量来控制这个复选框](#controlling-an-input-with-a-state-variable),指定一个 `onChange` 处理:
530
531
```js
532
// ✅ Good:具有 onChange 事件处理程序的受控多选框
0 commit comments