I have checkboxes created in Ext JS. When defined with 'id' attribute, I'm able to check whether its checked or not, but this is resulting in a different functionality failure.
I want to check whether the checkbox is checked or not when those checkboxes are created using 'name' attribute instead of 'id' attribute.
Please help me
You can use ref attribute instead of id - http://docs.sencha.com/extjs/3.4.0/#!/api/Ext.Component-cfg-ref