Bootstrap Checkbox Labels

Using bootstrap extension (yiibooster) and tryign to display a text box with no label or with the label from a model. I have multiple models on the form and multiple copies of a model.




<? echo $form->checkboxRow($orderItems[2], '[2]choose',array('labelOptions' => array("label" => false)));   ?>



The above doesn’t work. The form is actually ok and the posted variables all make sense but the label next to the checkbox is :

[1]choose

NOT nothing (as you would expect from the code) and NOT the label from the model.

Any ideas on this? I have seen a number of similar posts including one that said the latest versions fixed this - Ive installed them and it still looks broke to me!