Beispiel #1
0
 protected function getInputProps()
 {
     $props = parent::getInputProps();
     $props['_first_option'] = $this->get('_element')->get(Specs::FIRST_CHOICE);
     $props['_options'] = $this->get('_element')->get(Specs::CHOICES);
     return $props;
 }
Beispiel #2
0
 protected function getInputProps()
 {
     $props = parent::getInputProps();
     $props['value'] = $this->get('_element')->get(Specs::CHECKED_VALUE);
     return $props;
 }