Question: I have these two refinement lists. When I click on "kapitelweise", I need to deselect all checkboxes of the first refinement list. I tried to handle this in Javascript/jQuery but without success. I added an click event listener (which works). However, setting
.prop("checked", false)
on all checkboxes of the first refinement list has no effect although the jQuery expression works on the browser console. Any idea?