Overrides OptionsWidgetBase::sanitizeLabel
protected function sanitizeLabel(&$label) { // Select form inputs allow unencoded HTML entities, but no HTML tags. $label = Html::decodeEntities(strip_tags($label)); }