Below is the hierarchy of my LayoutView
LayoutView > Region > CollectionView > ItemView > checkbox
If I want to listen to change event of checkbox at LayoutView level, should I listen and trigger the event at each level or is there a shorter way of implementing the same.