onClick checkbox add event

<input type="checkbox" onChange="$(this).val(this.checked? '1': '0');" />
</code