I have a set of parametric search with taxonomy checkboxes and would like to check one of the boxes by default based on the page where the view is loaded.
i.e I have multiple resort types (luxury, all inclusive, etc.) stored as a taxonomy. In a view on the 'luxury' page, i would like the 'luxury' taxonomy filter checked by default so that only those resorts show initially but the other resort types are options as well.
If on that page you apply the taxonomy filter you will notice that the page updates with URL parameters for the filters, so it might look something like wpv-resort-type=luxury.
If you can add that URL parameter to the links to such pages (e.g. if people navigate to the page from a menu link) then that would apply the filter on the initial page load, and it could still then be modified.