RadzenDataGridColumn show checkbox instead of True or False

Hi all,
I'm new to Radzen Blazor.
I want to display checkbox or better switch for boolean field value in RadzenDataGrid.
How to do that.
Andry

You can use column Template to define and bind the CheckBox to desired property.

Thanks a lot for the tips