CheckBox (checked/unchecked) in RadzenGrid

I'm trying to find a way to show checkbox in RadzenGrid. I'm able to show only as true/false, not check/unchecked.

I've played with templates, but no luck @String.Format(new System.Globalization.CultureInfo("en-US"), "{0:C}", order.Freight)

Data is retrived from EF, boolean type, done under net core 3.1.3, using Radzen, 2.4.4, VS 2019.
Kindly help me out.

P.S Blazor free lib is great.

Not sure how string formatting for currency will help you - you need to place RadzenCheckBox in the column template and bind Value to your property.