Checkbox in Column Header

How can I get a checkbox in column header and specify the header name simultaneously?

If you are mean master_checkbox functionality it can be done as

mygrid.setHeader(A,some {#master_checkbox} other,C);

If you mean native checkbox input - you can use any HTML as part of setHeader|attachHeader commands

mygrid.setHeader(A,some other,C);