Description
I have an igx-radio-group component with 4 igx-radio buttons and a label. The label is not aligned with the radio buttons.
- igniteui-angular version: 19.1.4
- browser: all
Steps to reproduce
- Define an
igx-radio-group like this:
<igx-radio-group [(ngModel)]="matchInEdit.player1Race" required>
<label igxLabel i18n>SC2 race</label>
<igx-radio [value]="0" i18n>Random</igx-radio>
<igx-radio [value]="1" i18n>Protoss</igx-radio>
<igx-radio [value]="2" i18n>Terran</igx-radio>
<igx-radio [value]="3" i18n>Zerg</igx-radio>
</igx-radio-group>
- Run the app
Result
The label and radio buttons are misaligned.
Expected result
Label and radio buttons should be aligned.
Attachments

Description
I have an
igx-radio-groupcomponent with 4igx-radiobuttons and a label. The label is not aligned with the radio buttons.Steps to reproduce
igx-radio-grouplike this:Result
The label and radio buttons are misaligned.
Expected result
Label and radio buttons should be aligned.
Attachments