Is it possible to add a checkbox to the option renderers so that users can select and deselect the item by clicking on the checkbox.
I was able to add the checkbox by adding
<input type = "checkbox">
to the option renderers. But I have no clue about how to handle the click function and add the selected value to the header. I have tried the remove_button plugin. But thats not what I am looking for.
Thanks in advance