'checkbox', '#title' => t('STARTERKIT sample setting'), '#default_value' => theme_get_setting('STARTERKIT_example'), '#description' => t("This option doesn't do anything; it's just an example."), ); // */ // Remove some of the base theme's settings. /* -- Delete this line if you want to turn off this setting. unset($form['themedev']['zen_wireframes']); // We don't need to toggle wireframes on this site. // */ // We are editing the $form in place, so we don't need to return anything. }