If you've been using http://kitbuilder.webmakerprototypes.org/ this week then there is an unfortunate bug in your kits that prevents some of the magic that webmaker-kits provides. The fix is simple though.
There is a <script>
tag at the bottom of the kit that includes dist/js/main.min.js
this needs to be changed to //stuff.webmaker.org/webmaker-kits/v2/js/main.min.js
. Once that is done the magic takes place. Any tags on the kit will automagically display in the kit sidebar, and any checklists (see the code snippet bellow) will have checkboxes added for you!
Hope this helps improve the awesome factor on your kits!
– FuzzyFox