/**
  * Sets the global setting to use or not use BootstrapForm when available
  *
  * @param boolean 
  */
 public static function set_use_bootstrap($bool)
 {
     self::$use_bootstrap = $bool;
 }