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