'checkboxes', '#title' => $this->t('BigPipe works…'), '#options' => [ 'js' => $this->t('… with JavaScript'), 'nojs' => $this->t('… without JavaScript'), ], ]; return $form; } /** * {@inheritdoc} */ public function submitForm(array &$form, FormStateInterface $form_state) {} }