if ($("#"+this.id [type=checkbox])){}
if ($("#"+this.id +'[type="checkbox"]').length>0){}
if ($("#"+this.id +':checkbox').length>0){}