'checkbox', '#title' => t('Reject all pending requests upon acceptance'), '#default_value' => variable_get('muamba_reject_all_on_accept', FALSE), '#description' => t('Cancel all other requests of an item upon acceptance.'), ); $form['muamba_allow_request_unavailable'] = array( '#type' => 'checkbox', '#title' => t('Allow request of unavailable items'), '#default_value' => variable_get('muamba_allow_request_unavailable', FALSE), '#description' => t('Makes possible users request items that are not currently available.'), ); return system_settings_form($form); }