# File ext/widgets.rb, line 423 def initialize(name, x, y, value, parent, checked=false, theme = Themes::blank) @themek = theme super(name,x,y,x+12,y+12,theme) @value = value @checked = checked @parent = parent end