Taxonomy Checkboxes: Filing away for future use

Someone asked for a module to turn taxonomy into checkboxes. I'd seen it done somewhere before but couldn't find the original, but the concept seemed easy enough so I whipped up one of my own.

Improved (somewhat) DHTML menus

I spent about an hour and improved my old DHTML menu thing to make it much easier to simply drop in. It also uses better HTML.

It's still not perfect; the javascript is kind of crappy, and it hardcodes an onClick.

Still, it's a start. Maybe one of you fine js folk would like to rewrite this, now that it's more of a dropin.

So here's what you do: Take whichever version you need (there's one here for HEAD and one for 4.7) untar it, and drop it in your theme directory.

In your template.php add this:

<?php
include_once 'dhtml_menus/template-menus.php';
?>