Skip to content

Instantly share code, notes, and snippets.

@mcky
Forked from sanjaypoyzer/ToggleBtn.js
Last active December 3, 2015 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcky/9aaa2161de496428c3b2 to your computer and use it in GitHub Desktop.
Save mcky/9aaa2161de496428c3b2 to your computer and use it in GitHub Desktop.
Toggle this.state.thing
toggleThing: function(thing){
this.setState({
[thing]: !this.state[thing]
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment