How can I send multiple checkboxes criteria to URL parameters and then use them to filter a RG?

Here is a post that describes how to take a list of something and send it as a single URL parameter

This way you don’t need custom states and can just simply work with the URL parameters, so no need to set states when a page is loaded or when selections are being made.

The original post used a method that I have since built upon so scroll to the later posts by me updating the method where I demonstrate how to using only a regex pattern.