CodeIgniter: set_checkbox problem
问题 I seem to be running into something really nasty: I have a form which contains a group of checkboxes. I have set up validation rules for my form, and just added an empty one for my checkbox group. However, after validating my form and giving an error, it only rechecks the last one in the group that was selected. This is just driving me nuts, since the user will never notice it was unchecked! for now, before building up the system, I just hardcoded the form to check if it works how I want it