Huh - looks like I didn’t include a “visible” property! The easiest thing for you is probably to put it inside a LinearPanel and set that as invisible.
(A more comprehensive fix would be to add a visible
property to the custom component, then wire that up to calling jQuery toggle()
in Javascript – I might do that later today if I get round to it.)