I added a new custom profile to the site: "FIELD_INTERESTS" with type checkbox.
Everything works fine on registration. However, when registered users want to change the values afterwards, they face difficulties. Users can check the boxes, but JS refuses to save the changes.
For example: a user on registration selected "music" and "tennis" as his interests. At a later date he wants to add "cricket". So, he goes to the profile page and ticks the "cricket" box. However, JS doesn't allow the user to make changes to the initial selection. Regardless of how many boxes a user checks or unchecks, JS immediately sets everything back to the initial state.
Joomla 3.9.27
Jomsocial 4.7.9
Can you help?