Creating a dynamic category page using booleans?

Is it possible to create a dynamic category page through booleans instead of through text? For example, my database has entries that check off different booleans. So for example, an entry is a recipe, and the creator has the capability to check off whether the recipe is “healthy”, “paleo”, “vegetarian”. It may be just one of the three or it may be all 3 options. I want to be able to create a page titled “Healthy” where all of my recipes that have the boolean value of true in the “healthy” variable can be listed, but I only know of creating dynamic pages if I had a text variable “Category” and the text value of “Healthy” written inside.