Y.OrGate = Y.Base.create("orgate-container", Y.LogicContainer, [], {
        afterLogicInputsChange: function(e) {
            this.set('logicOutput', e.newVal._INPUT1 || e.newVal._INPUT2 );
        }
    });