# File lib/cgikit/delegate.rb, line 93 def radio( attributes = {}, other = '' ) attributes[:type] = 'radio' new(:input, attributes, other) end