I was wondering if there's a JQuery control to do the following?
Have a list of check boxes that a user, besides checking and unchecking, can drag around to change their order.
You could do this pretty easily using jQuery UI's sortable method.
Here is a very basic example to get you started, using the demo found in the above link, with some checkboxes added.