@if (Model.HasErrors)
{
-
@Html.DropDownListFor(x => x.SelectedValue, Model.Values, new { @class = Model.HasErrors ? "govuk-select govuk-select--error" : "govuk-select", id = Model.DropdownId })
@Html.CheckBoxFor(x => x.NotInTheList, new { @class = "govuk-checkboxes__input", id = Model.CheckboxId, name = "awarding-organisation" })
@Html.Label(Model.CheckboxId, Model.NotInListText, new { @class = "govuk-label govuk-checkboxes__label" })
diff --git a/src/Dfe.EarlyYearsQualification.Web/Views/Questions/Radio.cshtml b/src/Dfe.EarlyYearsQualification.Web/Views/Questions/Radio.cshtml
index 095a7d60..b5cc2f29 100644
--- a/src/Dfe.EarlyYearsQualification.Web/Views/Questions/Radio.cshtml
+++ b/src/Dfe.EarlyYearsQualification.Web/Views/Questions/Radio.cshtml
@@ -14,9 +14,11 @@
{