We use a custom renderer for our checkbox columns to style the checkboxes by hiding the default browser checkbox and using different images for checked and unchecked input values.
We are enabling the “filter by value” option in the dropdown menus. We would like the checkboxes there to match the styling of our checkbox columns. Is there a way to use a custom renderer for this component in the dropdown menu? Otherwise, from what I can find, there is no way to achieve this through pure CSS without modifying the HTML in some way.