Tasks.update(this._id, {
$set: { checked: ! this.checked },
});
MyObject.update({findbyID or another variable}, {$set: {do the update}});
MyObject.update({id: objecid, private: true}, {$set: {private:false}});
[YourCollection].rawCollection().findOneAndUpdate