input('ProductOption.'.$opt['ProductOptionsCategory']['name'], array('label' => $opt['ProductOptionsCategory']['name'], 'options' => $drop_options, 'default' => $default_option)); } else { echo $form->input($opt['ProductOptionsCategory']['name'], array('options' => $drop_options, 'default' => $default_option, 'multiple' => 'checkbox')); } unset($drop_options); } ?>