Not Valid Html In Forms

When i create a form with both CActiveForm or with TbActiveForm (from Yii-booster extensions) when there is a checkbox i get a not valid HTML code.

The problem is that inside a label TAG i get two imputs (it is forbiden) i know the reason why this trick is used but i think i dont need it in my forms so i would like to know if there is a way to get rid of the hidden field or move that outside the label tag.

write html yourself don’t use the helper

I know i can write the code by myself but using the helper i have directly also the js validation code.

I am thinking about write only the code for the checkbox and use the helper for the other fields, do u think that could be a good workaround?

Many thancks