Hi,
I created new fields in edit profile page called "newsletter" the type of the field in the backend is checkbox.
Now when entering to the edit profile page the checkbox is checked by default, If I try to uncheck it and save, I'm getting success message. But when entering again to edit profile page the checkbox is checked.
I defined in backend "1|Yes"
I saw in DB that the value of "newsletter" is ["1"] or ''
The problem is that the GUI (edit profile page) shows always the checkbox as checked.
Please advice.
Thanks in advance.