A checkbox

Property definitions

app $ UiExampleWindow :: checkbox
	# A checkbox
	var checkbox = new CheckBox(parent=layout, text="A CheckBox")
lib/app/examples/ui_example.nit:39,2--40,62