public function __construct($name)
 {
     parent::__construct($name, 'checkbox');
 }
 public function __construct($name)
 {
     parent::__construct($name, 'radio');
 }