function radioField($name, $label, $attributes = array(), $id = '')
 {
     parent::rexFormMultiValueField($name, $label, $attributes, $id);
 }
 function selectField($name, $label, $attributes = array(), $id = '')
 {
     parent::rexFormMultiValueField($name, $label, $attributes, $id);
     $this->setMultiple(false);
 }