Booleans

A Boolean variable can either be true or false:

bool public isValid = true;