Could someone help me out a little? Thank you!
Following code does not remove the label at all, but I can't seem to find the reason why. (I have tried skipLabelBlank too, same result)
// create a checkbox
$field = $modules->get("InputfieldCheckbox");
$field->attr('id+name','test');
$field->l...