The following program cann't run into this onReady function!(nothing happened!)
The checkbox field cann't be inherited?!
-------------------------------------------------------------------------------
Ext.define("PubLib.component.CheckBox", {
extend: 'Ext.form.field.CheckBox',
alias: 'widget.MyCheckBox'
});