# File lib/merb-helpers/form/builder.rb, line 342
    def unbound_check_box(attrs = {})
      label_text = unbound_label(attrs)
      super + label_text
    end