public function dataValue() { if ($this->fieldType == 'CheckboxSetField') { return CheckboxSetField::dataValue(); } return parent::dataValue(); }