I want to have the checkboxes filter selection logic to be AND instead of the default OR.
Solution:
By default, the filter logic is OR. If you want to have AND you need to use the "wpv_filter_query". (It is considered as a custom coding and outside of the support scope)