Can anybody tell me how to get the selected input Label value from a radio group in extjs? I have placed radio group in a form. I need to get the selected input Label value in controller in onChangemethod
onChangeAspectsradio: function (radioField, newVal, oldVal, eOpts){
console.log("new value is"+newVal); //here am getting object only
},
Thanks