<mat-radio-button[checked]="selectedAuditType === 'degree'"class="audit-radio-button"name="declared-audit-type"id="declared-audit-type"value="declaredMajorAudit"aria-label="Select run a degree audit with declared major">
<mat-radio-button[checked]="selectedAuditType === 'declaredMajorAudit'"class="audit-radio-button"name="declared-audit-type"id="declared-audit-type"value="declaredMajorAudit"aria-label="Select run a degree audit with declared major">
<p>Run a degree audit with declared major <br/>
<spanclass="sub-line">See the progress towards your current program of study.</span></p>
</mat-radio-button>
<mat-radio-button[checked]="selectedAuditType === 'whatif'"class="audit-radio-button"name="what-if-audit-type"id="what-if-audit-type"value="whatIfAudit"aria-label="Select run a what-if degree audit">
<mat-radio-button[checked]="selectedAuditType === 'whatIfAudit'"class="audit-radio-button"name="what-if-audit-type"id="what-if-audit-type"value="whatIfAudit"aria-label="Select run a what-if degree audit">
<p>Run a what-if degree audit <br/>
<spanclass="sub-line">See the progress towards a new program of study and degree plans.</span></p>
</mat-radio-button>
...
...
@@ -44,7 +44,7 @@
<ng-templatematStepLabel>Select program of study</ng-template>
<mat-radio-button*ngFor="let program of studentDegreeProgram; let i = index"[value]="i"[checked]="i === 0"class="audit-radio-button"name="darsDegreeProgramCode"id="{{ program.darsDegreeProgramCode }}"aria-label="{{ program.darsDegreeProgramCode }}">