I have a large array I need to use to generate a form's checkboxes.
Each row must have no more than 5 checkboxes, but the array has 32 items.
I know how to perform a FOREACH extraction to get ALL of the items in an array, but how do i extract 5 at a time?