Check if multiple booleans are false?

Hi.

Still trying to wrap my head around logic stuff.
How do you check if 2 booleans are false

Usually when i use one bool value i would add

Get Bool – connect to – NOT — then continue from there

But i want 2 Booleans to both meet the false state and then set 1 condition based off of that.

Found an AND Bool statement. Looks like it works