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