# File lib/merb-helpers/form/builder.rb, line 337
    def unbound_hidden_field(attrs = {})
      attrs.delete(:label)
      super
    end