Enum is used for radio box, but if yout list has less than 64 items you could use SET for the checkboxs. This is a elegant MySQL solution instead of use all varchar 255.
Enum you must choose only one option.
Set you could storage more than one option.