If the CheckBox is checked, returns the value attribute. Otherwise returns false.
return (this.checked ? this.value : false);