Hi,
I have a page with a list and a checkboxgroup that is meant to filer items in the list. I am able to display the list as well as the checkboxgroup successfully. For the checkboxgroup, I am linking it to a backend supabase query to load category names and IDs. I then bind the category name to the options and display it in the ui. However, when the checkbox items are selected, I need to pass the category ID from the query initializing the checkboxgroup to the list filter. I am able to pass the name to the filter, but i do not know how to pass the IDs. Any help is greatly appreciated.
Thanks in advance.