I sometimes come across situations where we would like a dropdown that is sort of like a groupbox but where the button isn't the header of the group box.
Currently we solve this with the javascript button, but it feels like a workaround for such a common feature.
$(".toggleContainer").toggle();