How should I write this ternary operator?

What is the proper way to write this nested ternary operator?

var _bool:Boolean = _isTrue1 ? true : (_isTrue2 ? true : false);