diff --git a/src/app/form/orientation-form-view/global-components/multi-radio-form/multi-radio-form.component.html b/src/app/form/orientation-form-view/global-components/multi-radio-form/multi-radio-form.component.html
index bd152d4cad5eb3ca43340b34df1207674fa1044a..3841f8c6c76894b5714013e8ff6e7004456feb1b 100644
--- a/src/app/form/orientation-form-view/global-components/multi-radio-form/multi-radio-form.component.html
+++ b/src/app/form/orientation-form-view/global-components/multi-radio-form/multi-radio-form.component.html
@@ -1,6 +1,6 @@
 <div [fxLayout]="'column'" [fxLayoutGap]="'8px'" fxLayoutAlign="center left" class="radiocard">
   <button
-    *ngFor="let item of items"
+    *ngFor="let item of items; let index = index"
     (click)="selectItem(item.key)"
     [ngClass]="{ selected: selectedItem == item.key, smallWidth: smallWidth }"
   >