Sorry I guess i should have explained the problem better.
Your plugin is outputting label code that looks like this:
<label for=" for="vfb-5"" class="vfb-desc">
It should look like this:
<label for="vfb-5" class="vfb-desc">
My change for line 134 fixes that.
Your plugin is great other than that small issue.