'checkbox', '#title' => t('Use this sample setting'), '#default_value' => $settings['BPSTARTER_example'], '#description' => t("This option doesn't do anything; it's just an example."), ); // */ // Add the base theme's settings. $form += blueprint_settings($saved_settings, $defaults); // Return the form return $form; }