I have a repeater for date/time data. I have a checkbox field for all_day and then I have a start_time and end_time field. The all-day field is unchecked by default and then I have the start/end time fields set to be conditionally hidden if all_day is not equal to checked. This works fine initially when I check the all-day box, but then when I reload the page the headings for the start/end time are still visible though the actual time inputs are not.
Here’s what it looks like when I check the box initially:

And then here’s what it looks like when I reload the page:
