Scala lift create an empty box

Creating an empty box in scala lift is not hard, simply fill it with None.

var emptyBox:Box[MyThing] = Box(None);