function BoolInput($name)
 {
     parent::EnumInput($name, array(true, false));
 }