Found answer, done like this:
$form['wrapper'][$unitClean.'_container'][$unitClean.'_cb'] = array(
'#type' =>'checkbox',
'#title' => t($unit),
'#attributes' => array(
'name' => $unitClean.'_name',
'id' => $unitClean.'_id',
'onclick' => 'checkall();'
)
);