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