I am trying to use the Check Box makes the component greyout/ disable.
field.setDisabled(true);
This works fine in browser, but in iPhone and iPad devices browser it is disabling and gray out the label but still user us be able to select any of the checkboxes.
Does anybody know how to implement this?
Thanks in advance.
This is probably due to opened BUG #135 (Disabled Checkboxes/Radiobuttons still working).
Comments to bug provide couple of workarounds one of which is (you can put this in one of your JavaScript files elsewhere after Sencha Touch is loaded, you should require
Ext.form.Checkboxfirst if it not yet exists too):