GridViewCheckBoxColumn displays and allows editing of
boolean data.
Example
GridViewCheckBoxColumn Alignment
<telerik:GridViewCheckBoxColumn DataMemberBinding="{Binding IsManager}" >
<telerik:GridViewCheckBoxColumn.CellStyle>
<Style TargetType="telerik:GridViewCell">
<Setter Property="HorizontalContentAlignment" Value="Center" />
</Style>
</telerik:GridViewCheckBoxColumn.CellStyle>
</telerik:GridViewCheckBoxColumn>