value)) { $this->value = $this->value ? array_shift($this->value) : NULL; } $form['value'] = array( '#type' => 'select', '#title' => empty($form_state['exposed']) ? t('Value') : '', '#options' => array(1 => t('True'), 0 => t('False')), '#default_value' => isset($this->value) ? $this->value : '', ); } }