How to hide Checkbox Label Extjs

hideLabel: true,

Example:
        {
            xtype: 'checkbox',
            id: '.............',
            fieldLabel: '.....................',
            name: '............',
            hidden: true,
            hideLabel: true,
            listeners: {
               
            }
        },

Comments

Popular posts from this blog

ImportError: No module named regex