How to check if each foot is touching the ground?

I’m having trouble figuring out the best way to check to see if any given foot is touching the ground.

Just brainstorming here, someone else may have a better idea. What if each foot had a collision hit-box which could then be checked to see if it’s overlapping with the ground’s collision hit-box?