how to set boolean state to the opposite react js code example Example: toggle boolean state react this.setState(prevState => ({ check: !prevState.check }));