< TextField | CodeSamples | ComboBox >
---% Code tested with Luxinia 0.95 build Nov 15 2006 ---% at 11/16/06 22:38:19 cb = Checkbox:new(10,10,100,20,"\v999check me") function cb:onClicked(state) if (state) then print "I am checked" else print "I am unchecked" end end Container.getRootContainer():add(cb)
