These are for user input.

<form>
	<input onChange="onChangeFunc" type='text' value='defaultvalue' />
</form>

type

type determines the type of input. It can be text box or checkbox.

onChange

onChange is called everytime the value inside the input is changed. For example, if a textbox contents were changed it would call