This example demonstrates how to implement cascading select boxes in the following scenarios:
- Standalone SelectBoxes
- SelectBoxes in Form
The main idea is to get a changed value from the first editor and filter the data source in the second editor so that it shows relevant items.