To reproduce:
this.radCheckBox1.Text = "Something (in brackets)";
this.radCheckBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
Hi, Michael,
Thank you for bringing this to our attention. You can right align the check mark by using the CheckAlignment property:
this.radCheckBox1.Text = "Something (in brackets)";
this.radCheckBox1.CheckAlignment = ContentAlignment.MiddleRight;
Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.