I am looking for a jQuery widget that looks like the following: 
It allows you to have several groups for example:
Group 1
- Sub 1 1
- Sub 1 2
- Sub 1 3
Group 2
- Sub 2 1
Group 3
- Sub 3 1
- Sub 3 2
Clicking on Group 1 for example, will select everything inside, and clicking it again will deselect.
And also you should be able to collapse the groups for better navigation. Like seen in the image (the small arrow on the left side)
Is there a widget like this out there?
Thanks
The JQuery:
The html:
Cheers
EDIT: Added collapse.