From 48bc4c64f468cb850e7820d18ac171696d02a408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20L=C3=B3pez?= Date: Tue, 21 Sep 2021 13:42:44 -0600 Subject: [PATCH] [CAL-463] Validates required checkboxes (#713) --- components/booking/pages/BookingPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/booking/pages/BookingPage.tsx b/components/booking/pages/BookingPage.tsx index 463b40afbb..bb492fa279 100644 --- a/components/booking/pages/BookingPage.tsx +++ b/components/booking/pages/BookingPage.tsx @@ -318,6 +318,7 @@ const BookingPage = (props: any): JSX.Element => { id={"custom_" + input.id} className="focus:ring-black h-4 w-4 text-black border-gray-300 rounded mr-2" placeholder="" + required={input.required} />