I am making a checklist to print, where users can check their answers on a printed paper.
For this I am using itemize and \renewcommand{\labelitemi}{\Box}, \renewcommand{\labelitemii}{\Box} etc..., which works fine.
What I now want is to make items, sub-items and sub-sub-items different sized, so that the higher the hierarchy, the bigger font.
Since I have a lot of things to check, I don't want to specify each line in the latex document, but was hoping to use a \renewcommand{\itemi}{something} or something like that.
Is this possible in any way?