$label) { if ($state === 0) { continue; } $chosen = $state; if (isset($value[$state])) { $chosen = $value[$state]; } $options = [$state => t('Keep actual state')] + $states; $html .= ''; } return $html; } }