# File mod_docs/sample.rb, line 31
  def initialize(string, password, text, number, regexp, bool, select, radio, checkset)
    @string = string
    @password = password
    @text = text
    @number = number
    @regexp = regexp
    @bool = bool
    @select = select
    @radio = radio
    @checkset = checkset
  end