$info) { $options[$entity] = $info['label']; } $form['menu_token_entities'] = array( '#title' => t('Available entities'), '#description' => t("Limit which entities are available in Menu Token's context settings select boxes."), '#type' => 'checkboxes', '#options' => $options, '#default_value' => variable_get('menu_token_entities', array('node', 'user')), ); return system_settings_form($form); }