When applying 'collapsible' => 'true' to the group the new layout shows, but when I click the collapse button all it does it remove the padding from the group instead of collapsing it.
Here is the CSS for the collapsed class.
.rwmb-group-collapsible > .rwmb-input > .rwmb-group-collapsed {
padding: 0;
}