Hi there! We are using GridColumnMenuCheckboxFilter to filter a numeric column for a field called "fruits" in our data grid. The filtering works fine, but we would like to see the checkbox filter menu display a different label name, conditionally.
For example, if we have the checkbox filter menu showing the options(checkbox label) as numeric values -1, 0, 1. Please see attached image.
Is it possible to update the text for the checkbox label? like if the value for "fruits" = -1 then display the label as "Apples", if the value for "fruits" = 0 then display the label as "Oranges", or if the value for "fruits" = 1 display as "Bananas", etc?