Checkbox on Grid Gone?

Servoy Version: 2022.3.1.3743

On my Data Grid, I have a column that is a checkbox for selection of multiple records. To activate this, I put this column definition in the grid’s column;

checkboxSelection = true 

In NG, this works, a checkbox is displayed and is selectable.
[attachment=1]ngcheck.png[/attachment]

However in Titanium with the same settings, the checkbox is gone.
[attachment=0]titancheck.png[/attachment]

I’m not sure what is going on here. Is this a known problem? Or is there a new way of activating checkboxes in Grids for Titanium?

titancheck.png

ngcheck.png