/**
  * Sets form to disable/enable inclusion of Bootstrap CSS
  *
  * @param bool $bool
  */
 public static function set_bootstrap_included($bool = true)
 {
     self::$bootstrap_included = $bool;
 }