Question: Is it possible to use htmx to add certain form inputs into the query string of a link? That is, I am not `hx-get`ing... I want to do a normal full page refresh when clicking a link, but I want the href to dynmically include the ids from a set of checkboxes the user might have checked.