Maybe something is missing for me, but how do I programmatically check the radio cassette using ExtJS (v 3)?
It doesn't seem to always work
var radio = Ext.get ("myradiobutton");
radio.set ("checked", ");
The radio is sometimes checked, sometimes not ...
radio.is (": checked") sometimes returns true, sometimes false
thanks
source share