The Filter Checkbox and Filter Select elements are listing numerical values in the wrong order. Eg, instead of β4, 5, 6, 11, 12β, they are outputting as β11, 12, 4, 5, 6β.
thank you for your report. I was able to reproduce that, and Iβve added it as an improvement task to our task list.
There is no simple workaround for now, but you can use the code below to sort the fields by numeric value. Just keep in mind, once you will filter, it will reset, so you have to update the code to βreorderβ the checkboxes every time. But it should be a good starting point.