Property definitions

app $ CheckBox :: defaultinit
# Toggle control between two states, also displays a label
class CheckBox
	super TextView

	# Is this control in the checked/on state?
	var is_checked = false is writable
end
lib/app/ui.nit:278,1--284,3