I have a set of components with the class .only-on-checkbox
that I want to show only if a checkbox is checked. Should I do this using callbacks? How? Or maybe I should add a simple script to the assets folder?
I think it could be done modifying a parent div of the plots, and adding/removing a css class. Is this possible?