Auto binding options to checkbox

Hi there,

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?

Thanks.

1 Like

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.

Hugs.

In case anyone is still facing trouble getting the checkboxes to autobind properly pls ensure the following:

  1. privacy rules on the data type allow autobinding on the required field
  2. Type of content and Data source of the parent group is defined correctly. Check grandfather groups as well just in case.

The 2nd point was not obvious to me in my struggles. As usual reading the manuals carefully helped me. :grinning_face_with_smiling_eyes: