Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ios bug: I set value to false in onValueChange funciton, but the ios CheckBox still changes check and uncheck. Android's doesn't change. #216

Open
timoteo2019 opened this issue Mar 19, 2024 · 1 comment

Comments

@timoteo2019
Copy link

<CheckBox
disabled={false}
value={this.state.enableSave3}
onValueChange={(newValue) => {
this.setState({enableSave3:false})
}}
/>

ios CheckBox still changes check and uncheck. Android's will not change.

"@react-native-community/checkbox": "^0.5.7",

@dovandung1165
Copy link

Same here, is there any way to fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants