value ? _t('CheckboxField.YESANSWER', 'Yes') : _t('CheckboxField.NOANSWER', 'No'); } public function getValueCast() { return 'Text'; } }