Labels are a little tricky with checkboxes. There are two built-in ways to make labels:
1) Assign a Name property, and render using something like RenderWithName
2) Assign a Text property, in which case the checkbox will be wrapped with a label and the text you assign.