Volume Overrides are structures which contain values that override the default properties in a Volume Profile. The Universal Render Pipeline (URP) uses these Profiles within the Volume framework. For example, you could use a Volume Override in your Unity Project to darken the outside edges of yours Scene.
Each Volume Override property has a checkbox on its left. Enable the checkbox to make that property editable. This also tells URP to use that property for this Volume component rather than the default value. If you disable the checkbox, URP ignores the property you set and uses the Volume’s default value for that property instead.
Override checkboxes allow you to override as many or as few values on a Volume component as you want. To quickly toggle all the properties between editable or not, click the All or None shortcuts in the top left of the Volume Override respectively.
To render both a global vignette and a local vignette in a certain area of your Scene:
Now, whenever your Camera is within the bounds of the local Volume's Collider, URP uses the Vignette values from that Volume. Whenever your Camera is outside the bounds of the local Volume's Collider, URP uses the Vignette values from the global Volume