Checkbox to filter dashboard

I have a dashboard that shows quotes and order number(s) associated with the quote. I want to add a checkbox at the top of the dashboard that will let the user choose to see quotes with no associated orders if unchecked.

I added the checkbox using customized tracker view but I’m not sure how to filter the view if the checkbox is checked or not checked. Any help is appreciated.

put in a Calculated field on your query that is true or false.
Then you could either do the checkbox or just put three tabs on the dashboard for the True, False or All. - Filtering the grids based on the value of the calculated field.