How can I disable some of the radio buttoncChoices in 2nd Radio whenever I choose something in 1st radio button.
Basically, I want to change the second radio button (Disable some of it, if possible) whenever I select something on the first radio button.

For example, I select Head Office. the Second Radio Button (clickable choices) should only be:
Office Equipments and Computer Equipments.
Note: I dont know if its important, but the two Radio Button are from different Sharepoint List.
Radio1:
Item = Choices([@AdminCustody].JobSiteCategory)
Radio2:
Item = Choices([@'Item MasterFile'].Category)