so with the document I found that
you can use
var mychecker = new BABYLON.GUI.checkbox()
then mychecker .isChecked = true/false
and then there is a nice new BABYLON.GUI.CheckboxGroup("Visulizer");
with transformGroup.addCheckbox("Show Labels", func);
But I cant find any information for fetch the real ‘checkbox’ item