Support for free-form checkbox labels

I have a situation where I had to basically create my own free-form checkbox list (not a control we actually have: I had to maintain my own list of EwfCheckBoxes, but that’s not what’s important here) and I arranged them on the page that way I needed. What is unfortunate is that there’s no way for me to assign a control that acts as the label for the checkbox that the user can click for checkbox-checking-convenience. They’re forced to sharp shoot the checkbox.

What’s wrong with using the label optional parameter on the check box constructor? Are you trying to position the label somewhere other than to the right of the box? Are you trying to have something other than text in the label?

Trying to position the label somewhere else.