# Reactiv Triggers 🧪

## Types

### Value Changes&#x20;

* cart items&#x20;

### Value Eval True&#x20;

An evaluation based on a reactive value evaluates to true although it previously evaluated to false.&#x20;

* e.g. cart items > 20&#x20;

### Value Eval False&#x20;

An evaluation based on a reactive value evaluates to false although it previously evaluated to true.&#x20;

e.g.

* cart items > 20&#x20;
