Quick Method For Declaring Multiple Variables

I am writing a program that requires the use of 36 boolean variables with different names (e.g. box1, box2…): does anyone know of a quick way to optimize this program.

Thanks,

ccg1993