diff --git a/editor.planx.uk/src/@planx/components/Checklist/Public.tsx b/editor.planx.uk/src/@planx/components/Checklist/Public.tsx index cc46f84319..d9424e4db7 100644 --- a/editor.planx.uk/src/@planx/components/Checklist/Public.tsx +++ b/editor.planx.uk/src/@planx/components/Checklist/Public.tsx @@ -1,11 +1,13 @@ import Box from "@mui/material/Box"; import Grid from "@mui/material/Grid"; +import { visuallyHidden } from "@mui/utils"; import type { Checklist, Group } from "@planx/components/Checklist/model"; import ImageButton from "@planx/components/shared/Buttons/ImageButton"; import Card from "@planx/components/shared/Preview/Card"; import QuestionHeader from "@planx/components/shared/Preview/QuestionHeader"; import { getIn, useFormik } from "formik"; import React, { useState } from "react"; +import InputLegend from "ui/editor/InputLegend"; import { ExpandableList, ExpandableListItem } from "ui/public/ExpandableList"; import FormWrapper from "ui/public/FormWrapper"; import FullWidthWrapper from "ui/public/FullWidthWrapper"; @@ -140,7 +142,13 @@ const ChecklistComponent: React.FC = ({ /> - + + {text} {options ? ( options.map((option) => layout === ChecklistLayout.Basic ? ( diff --git a/editor.planx.uk/src/@planx/components/Question/Public/Question.tsx b/editor.planx.uk/src/@planx/components/Question/Public/Question.tsx index 59e16a6ed5..8f5d86c195 100644 --- a/editor.planx.uk/src/@planx/components/Question/Public/Question.tsx +++ b/editor.planx.uk/src/@planx/components/Question/Public/Question.tsx @@ -92,8 +92,9 @@ const Question: React.FC = (props) => { img={props.img} /> - + diff --git a/editor.planx.uk/src/components/Feedback/MoreInfoFeedback.tsx b/editor.planx.uk/src/components/Feedback/MoreInfoFeedback.tsx index c890b84dcd..1faef40e65 100644 --- a/editor.planx.uk/src/components/Feedback/MoreInfoFeedback.tsx +++ b/editor.planx.uk/src/components/Feedback/MoreInfoFeedback.tsx @@ -67,8 +67,12 @@ const MoreInfoFeedbackComponent: React.FC = () => { function FeedbackYesNo(): FCReturn { return ( - - + + Did this help to answer your question?