In your activity of the navigation box you need to put this method, and in each fragment you need to return the index of the navigation elements. therefore, it is automatically synchronized with the navigation box.
public void NavigationFocus(int navItemIndex) {
navigationView.getMenu().getItem(navItemIndex).setChecked(true);
}