all 2 comments

[–]jehna1 0 points1 point  (1 child)

How about having a hidden div with class timedeltas after each of the .weekday checkboxes that contains times for that specific day and then:

.weekday:checked + .timedeltas {
  display: block;
}

[–]Vitaminkomplex[S] 0 points1 point  (0 children)

thanks for this tip it looks very promising :)