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