'checkbox', '#title' => t('Make all views available as panes'), '#description' => t("If checked, all views will be made available as content panes to be added to content types. If not checked, only Views that have a 'Panel pane' display will be available as content panes."), '#default_value' => variable_get('panels_views_all_views', FALSE), ); return system_settings_form($form); }