react-native-checkbox / react-native-checkbox

Checkbox component for React Native
MIT License
375 stars 84 forks source link

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 2 months ago

timoteo2019 commented 2 months ago

<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 commented 1 month ago

Same here, is there any way to fix it?