The scenario is I am building a grid using rowEditor plugin. One row is about data of boolean. When editing, it will be treated as text field by default. This means people can update 'true/false' to any funny text. So is there any boolean xtype that I can restraint it here? I saw different kinds of xtypes of datefield, numberfield or combox, but no boolean one.
Sorry I tried reading books and online API doc but did not find a obvious answer.