I am trying to use some option sets to define global ‘settings’ for my app via an admin page, however the option sets do not seem to work correctly with auto binding. I have the checkbox in a group which is set to option and data type as an option group. the nthe checkbox is set to the option group Boolean attribute.
Does this sound correct? am I doing anything wrong? Any alternative methods for global app settings?
Hello Friend,
I also experienced difficulties with Boolean data, the only solution to use auto-binding in Yes / No values was with the use of Ionic Toggle from Ionic Elements Plugin.
Take a test and tell me if it worked.
Anyway, I leave it here to help others who may be experiencing this difficulty.