Presently, we listen to click events to detect changes on radio buttons and checkboxes. Do we still need to do this?
https://github.com/facebook/react/blob/master/packages/react-dom/src/events/ChangeEventPlugin.js#L198-L211
It looks as though we only do this for IE8. I'm curious about: