/**
	 * Show the update checkbox
	 * @param bool $show_checkbox
	 */
	public function set_show_checkbox($var) {
		if ($var) self::$show_checkbox = $var;
	}