[CAL-463] Validates required checkboxes (#713)

pull/638/head^2
Omar López 2021-09-21 13:42:44 -06:00 committed by GitHub
parent 3c089af58a
commit 48bc4c64f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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}
/>
<label
htmlFor={"custom_" + input.id}