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