I\'m rendering a link with react:
render: -> `upvote`
Then, above I hav
If you use checkbox
stopPropagation and stopImmediatePropagation won't be working.
Because you must using onClick={this.checkboxHandler}