I'm using Office UI Fabric React components and i'm trying to improve change the default selection behavior for a DetailsList. By default, there is a difference between clicking a row and clicking the tiny checkbox on the right. I want the same effects of the checkbox click to apply to the row click.
When you click the checkbox it toggles the row and does not deselect other rows like when I use a row click. You can also use shift click and control click and all the other nice types of clicks as well here.
How can I make it so that clicking on a row has the same functionality as clicking on one of the checkboxes?