Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for a draggable checkbox list control for HTML/JQuery

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.

like image 619
ahmd0 Avatar asked Apr 04 '12 02:04

ahmd0


1 Answers

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.

like image 73
Colin Brock Avatar answered Sep 27 '22 18:09

Colin Brock