When I user hits /testbox/test-runner/index.cfm sub folders are always recursed into, even if they uncheck the recurse checkbox. This is because of this code:
The .serialize() call doesn't include unchecked check boxes, so it just defaults back to true.
The form serialization needs to be fixed, or this line needs to be switched to default to false