コード例 #1
0
ファイル: class.php プロジェクト: shads196770/cbox-theme
 /**
  */
 protected function init()
 {
     parent::init();
     $this->input_type('checkbox');
 }
コード例 #2
0
ファイル: class.php プロジェクト: shads196770/cbox-theme
 /**
  */
 protected function init()
 {
     parent::init();
     $this->input_type('radio');
 }