react set state to true or false code example Example: toggle boolean state react this.setState(prevState => ({ check: !prevState.check }));