Ext.define('cdkj.view.asda..CallRadiogroup',{ extend : 'Ext.form.RadioGroup', alias : 'widget.callRadiogroup', margin : '0 0 0 70', fieldLabel: '', width: 160, columns: 2, vertical: false, items: [{ name: 'processRadio', inputValue: 1, boxLabel: 'ok', checked: true },{ name: 'processRadio', inputValue: 2, boxLabel: 'noOk', checked: false }] });
radiogroup.setValue({'processRadio' : record.data.status});