Skip to content

Commit 54d1997

Browse files
authored
Update README.md
1 parent 7cbb61a commit 54d1997

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
@@ -149,7 +149,7 @@ const App = () => {
149149
isChecked={checkboxState}
150150
text="Synthetic Checkbox"
151151
disableBuiltInState
152-
onPress={(isChecked: boolean = false) =>
152+
onPress={() =>
153153
setCheckboxState(!checkboxState)
154154
}
155155
/>

0 commit comments

Comments
 (0)