Property definitions

app $ ToggleEvent :: defaultinit
# The `CheckBox` `sender` has been toggled
class ToggleEvent
	super ViewEvent

	redef type VIEW: CheckBox
end
lib/app/ui.nit:304,1--309,3