Instead of setting the Text property of RadCheckBox to configure the text that appears after the checkbox,
you can use RadLabel for this purpose. Just set the AssociatedControlID property of the label
control to the ID of the checkbox control it will be attached to, as shown in the example above.