'How to use local information of checkbox and select in url_for?

I am currently trying to make a website and am new to Flask and HTML.
I want to make a button that leads me to another site with information of local checkbox and selectbobx.
Attached figure below is an example of this. I expect that url_for of "preview" button can pass information of the selectbox and the checkbox above as parameter.
It looks like this now:

<a class="button button-blue" href="{{ url_for('sample_gene', id=id) }}">Preview</a>

and I wonder how I can use checkbox and selectbox information into url_for as variable. Figure of example



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source