Many many checkboxes

Hi *,

Starting to try and figure out the best way to handle the next part of
my first application.

I need to provide a form which will host approx 60 checkboxes - each
respective checkbox will need to relate to a boolean (tinyint? - I
persume a boolean would be best, (ticked / not ticked)).

I have had quite a google around on this and I have seen some tutorials
where it is suggested to use HABTM - but I am using rails 1.1 so I have
a suspicion that there may be a better method to implement.

Does anyone have any pointers on the best approach to take or any links
to point me to a good reference site / tutorial.

Thanks in advance,

Luke