Esempio n. 1
0
 /**
  */
 protected function init()
 {
     parent::init();
     $this->input_type('checkbox');
 }
Esempio n. 2
0
 /**
  */
 protected function init()
 {
     parent::init();
     $this->input_type('radio');
 }