How would I figure out the arguments of the jscallback function for some panel widgets?
I have a pn.widgets.CheckBox, and want to set some javascript to execute when
the checkbox is set/unset.
All I can figure out is that i need cb.jscallback( args={}, ??? )