__out = array(); #formating the $options array used later by the $this->__secure() method $options['value'] = $value; $options['name'] = 'data['.$modelName.']['.$colName.'][]'; $selected_str = ''; if ( in_array($value,$values ) ) { $selected_str = 'checked="checked"'; $options['checked']='checked'; } $options = $this->__initInputField($colName, $options); #let's calculate the hash of the field $this->__secure(); $this->__out = ' '.$title; return $this->__out; } } ?>