diff --git a/shared-helpers/src/views/multiselectQuestions.tsx b/shared-helpers/src/views/multiselectQuestions.tsx index 43234ba2aa..3d9c822430 100644 --- a/shared-helpers/src/views/multiselectQuestions.tsx +++ b/shared-helpers/src/views/multiselectQuestions.tsx @@ -221,8 +221,8 @@ export const getCheckboxOption = ( ) => { const optionFieldName = fieldName(question.text, applicationSection, option.text) return ( -
-
+
+
{getCheckboxField( option, question, @@ -237,7 +237,7 @@ export const getCheckboxOption = ( )}
{option.description && ( -
+

{option.description}