Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit dcd2d42

Browse files
committed
update README.md
1 parent f81d5f8 commit dcd2d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default function App() {
6767
name={["nested", "controlled", 0, "test"]}
6868
defaultValue={false}
6969
rules={{
70-
validate: (value) => value,
70+
validate: (value) => value, // (parameter) value: boolean
7171
}}
7272
render={(props) => <Checkbox {...props} />}
7373
/>

0 commit comments

Comments
 (0)