you could have a check box with no text and then a label next to it.
You could wrap this up in a user control / control to make things a little neater.
0
TheVillageIdiot
On
This is inherent behavior. You can pass empty string as label text and put a label beside checkbox. Or you can create composite control with Checkbox with empty text and a label with the text intended for checkbox's label.
you could have a check box with no text and then a label next to it.
You could wrap this up in a user control / control to make things a little neater.