I would prefer you override the ng-template of the ui-grid header. This is just a hack.
.ui-grid-header-viewport {
.ui-grid-header-cell {
.ui-grid-selection-row-header-buttons {
opacity: 1;
}
.ui-grid-selection-row-header-buttons:before {
content: 'checkme!';
}
}
}
options