Summary:
Select labels include options
Detailed Description:
If you use labels as wrappers instead of "for" (which is a valid way to do it),
CFBF picks up the options text as part of the label name.
example:
<label>Do you like squirrels?
<select name="likesquirrels">
<option value="yes">Yes</option>
<option value="no">No</option>
</select>
</label>
will result in the field label in CFBF being "Do you like squirrels? YesNo"
data-cgbf-label doesn't seem to affect form elements which aren't inputs, but if
it did that would be a suitable workaround.