Can I create an html link which contains a selected dropdown value?

I have a Dash page loading Plotly charts on demand via a dropdown - it is working really well. I want to know if it is possible to have an html link to this page that includes a pre-set value for this dropdown.

In my code, I set the default (ie the chart the visitor to the web page sees before they make a choice) to the most recent.

Instead I’d really like to be able to send people a specific link with the dropdown set to some other specific value.