Took a swing at this but it is actually really tricky. Or I'm making it out to be trickier than it should be. Basically I don't want every <MediaRow> to re-render whenever one is checked so they manage their checked state internally, and that is what is making it tricky.
Took a swing at this but it is actually really tricky. Or I'm making it out to be trickier than it should be. Basically I don't want every
<MediaRow>
to re-render whenever one is checked so they manage their checked state internally, and that is what is making it tricky.