Overrides RowPluginBase::buildOptionsForm
public function buildOptionsForm(&$form, FormStateInterface $form_state) { $form['score'] = [ '#type' => 'checkbox', '#title' => $this->t('Display score'), '#default_value' => $this->options['score'], ]; }