# File lib/cgikit.rb, line 3007
        def to_s
                to_s  = "<input type=\"reset\" value=\"#@attr_value\""
                to_s << other_attributes_string
                to_s << ">"
                to_s
        end