Я не хочу возвращать Харио за ярлык радиокнопки ... Кто-нибудь может мне помочь?
Мой код:
items: [{
xtype: 'radiogroup',
margin: "0 0 0 150",
labelAlign: 'left',
columns: 2,
vertical: true,
items: [
{ boxLabel: 'Standard Communication', name: 'typeOfCommunication', inputValue: '1' },
{ boxLabel: 'Bulk Communication', name: 'typeOfCommunication', inputValue: '2' }]
}]