[CAL-463] Validates required checkboxes (#713)
parent
3c089af58a
commit
48bc4c64f4
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue