Select checkboxes don't render in thead
Select checkboxes don't render in thead

There's a bug in the CSS for Select; the select-checkbox class is styled for td and th elements, but the th elements' parent is declared as tbody, instead of thead
This discussion has been closed.