# File lib/merb-helpers/form/builder.rb, line 67 def unbound_radio_button(attrs) update_unbound_controls(attrs, "radio") self_closing_tag(:input, {:type => "radio"}.merge(attrs)) end