Skip to content

Instantly share code, notes, and snippets.

@gpbaculio
Created January 23, 2018 16:32
Show Gist options
  • Save gpbaculio/cfa14a8c6887c90bb91056154ceeb904 to your computer and use it in GitHub Desktop.
Save gpbaculio/cfa14a8c6887c90bb91056154ceeb904 to your computer and use it in GitHub Desktop.
<input
type="checkbox"
checked={this.state.filters.find(f => f.column === 'exchange').operand.indexOf('binance') > -1}
onChange={() => this.onExchangeClick('binance')}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment