I just started using material-ui design with ReactJS. I am struggling to change a checkbox style that is being shown under <TableRow /> component. (Table component)
I've already tried using css to style checkbox. It looks like material-ui has own checkbox logic using div and svg and hiding native checkbox element setting opacity to 0.
Any idea how it can be achieved ?