MODX3: CMP Grid - How to show a checkbox or combo and bind to database boolean

Hello,

how is it possibe to show a editable checkbox or combobox for boolean field in datarow?

Thank you.

bye
Chris

It is often helpful to look at the code of other extras that have the desired functionality, to find out how to do something in Ext.js.

For example here is the code of a grid in the ClientConfig extra with a boolean combobox.

Also, MODX 2.x and MODX 3 use the same version of Ext.js, so the code should be (mostly) the same.

thank you for tip.

this is a good idea

:pray: