[Ext]在按钮栏添加Checkbox

this.buttonAlign = 'left';
this.buttons.unshift({
    xtype: 'checkbox',
    boxLabel: 'Test'
}, '->');

原文地址:https://www.cnblogs.com/Aricc/p/1700703.html