TRUE); return $options; } function options_form(&$form, &$form_state) { parent::options_form($form, $form_state); // Remove the checkbox unset($form['alter']['alter_text']); unset($form['alter']['text']['#dependency']); unset($form['alter']['text']['#process']); } function render($values) { // Nothing to render. return ''; } }