Finding a drag and drop checkbox control for HTML / JQuery
1 answer
You can do this quite easily using the jQuery UI sortable method .
Here is a very basic example to get you started using the demo found in the link above with some checkboxes added.
+5
source to share