I unchecked the label from the field definition, but after saving the field settings the label is back there. I'm using semantic views as the renderer and just want the checkboxes and not the label. Seem not to work atm.
I unchecked the label from the field definition, but after saving the field settings the label is back there. I'm using semantic views as the renderer and just want the checkboxes and not the label. Seem not to work atm.
Comments
Comment #1
bojanz commentedYou need to delete the label before unchecking the label checkbox.
Views rechecks the checkbox if there is any text in the label textfield.
This is odd Views behavior, you're free to open an issue in the Views queue.
Comment #2
bojanz commentedOops. This was VBO's fault after all, it wasn't calling the parent (Views) submit function. Committed a fix.