@if (formControl) {
@for (option of radioGroupElements; track option) {
} @if (formControl.hasError('required') && formControl.touched) { {{requiredErrorDescription}} }
} @else { @for (option of radioGroupElements; track option) {
} }