'In ext js grid checkbox model the checkbox on the grid header is not shown correctly

I am working on ext js 6.5.1, trying to implement grid checkbox model. The functionality seems to be working fine but the checkbox on the grid header is not shown completely.

I am using the below code to implement this

selModel: { selType: 'checkboxmodel', showHeaderCheckbox: true, checkOnly: true},

Tried to set margin and width to it, nothing seems to be working.

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source