3require_once 
"Services/ADT/classes/Bridges/class.ilADTFormBridge.php";
 
   16                $this->option_infos = $a_info;
 
   23                $def = $this->
getADT()->getCopyOfDefinition();
 
   30                foreach(
$options as $value => $caption)
 
   33                        if(is_array($this->option_infos) && array_key_exists($value, $this->option_infos))
 
   35                                $option->setInfo($this->option_infos[$value]);
 
   37                        $cbox->addOption($option);
 
   42                $cbox->setValue($this->
getADT()->getSelections());                              
 
   53                $field->setValue($this->
getADT()->getSelections());
 
   58                $current = $this->
getADT()->getSelections();
 
   59                return (is_array($current) && in_array($a_parent_option, $current));            
 
This class represents an option in a checkbox group.
if(!is_array($argv)) $options