Change other field options on multiselect (option) selected

Hi everybody,

We are looking to use multiselect type field (name: categories) with some categories.

{
  "options": "Sports,Job"
}

Example: It will be nice to click on Sport and change another field multiselect (name: subcategories) like this:

If we click on Sports, show only:

{
  "options": "Soccer, Basketball, Swimming"
}

If we click on Job, show only:

{
  "options": "Actor, Policeman, Magician"
}

Do you think it is possible to create something like this?

Thank you very much!
Une Nouvelle Ville