チェックボックスのjQuery UI Draggableベースから「グリッドにスナップ」を無効にする方法を誰もが知っています。
以下のコードを使用して、グリッドへのスナップを動的に有効にしています。
$(".WidgetCl").draggable({containment: '#editorWindow',scroll: true, snap: ".gridCol", snapMode: "both", stop :function() {$(this).trigger("stopdrag");}})
$(".WidgetCl").draggable("option", "grid", [ gridSize, gridSize ]);
ありがとう、ソナル