# File lib/luck/textbox.rb, line 5
  def initialize *args
    @label = ''
    @text = 'Input box'
    @index = 0
    
    super
  end