# File gglib/ext/widgets.rb, line 366 def initialize(name, x, y, text="", checked=false, theme = Themes::blank) @themek = theme super(name,x,y,x+13,y+13,theme) @checked = checked end