Hi!
I am currently testing with the Meta Box Group plugin version 1.2.1. It seems like if I have a Meta-box-1 with a non-collapsible group and a Meta-box-2 with a collapsible group there is a JavaScript error.
Uncaught Error: cannot call methods on sortable prior to initialization; attempted to call method 'option'
I think the line throwing the error in the JavaScript is:
$( this ).sortable( 'option', 'handle', '.rwmb-clone-icon + .rwmb-group-title' );
Thanks.