i’m struggeling to make the check boxes in vaadin flow smaller than the rest of the UI.
I added two checkboxes to the filter header of the grid component, and the filters works as expected. (Show only lines with/without text)
But the two checkboxes in front of the text field are to height, they should be ~50% of the regular font size, or the text field beside it.
Setting width+height in vaadin-checbox { width: 8px; height: 8px } seems to not work in that context