Hi, I am building a web form which contains several groups of checkboxes with many items in each. I want to store these values in a database so they can be retrieved and updated when needed.
What would be the best way to store the information from a checkbox group so that i can then use it again to populate the selected checkboxes so it can be edited if needed, also how would i set them as checked?