'fieldset', '#title' => t('Display settings'), '#collapsible' => TRUE, '#collapsed' => FALSE, ); $form['display']['chart_visible'] = array( '#type' => 'checkboxes', '#title' => t('Show analytics for the following site items'), '#default_value' => $default, '#options' => $options, '#description' => t('The checked charts will be shown on the analytics page.'), ); return system_settings_form($form); }