I have a few checkboxes:
I think the easiest workaround would be to use 'select' with 'multiple' specified:
Otherwise, I think you'll have to process the list to construct the list (by $watch()ing the model array bind with checkboxes).
$watch()