Database

[{_id:1,present:true},{_id:2,present:false}]

Query

db.collection.update({_id:1},[{$set:{present:{$not:"$present"}}}])

Result