Simple checkbox set selector widget puts the box over the labels?

1
I have incorporated the Simple checkbox set selector into the project, added the widget to a form (horizontal orrientation) with setting: Direction = vertical and connected to the proper source. when running the App I get the correct options, but the tick-boxes are positioned over the selection text..... There seems to be no Property I can set to fix this ?
asked
2 answers
0

The form orientation setting should do what you want. That option is in the widget on GitHub - I didn't download from the app store to see if it's also there. So, you might need to grab the GitHub version.

 

If that doesn't work, Try opening up the test project on GitHub and see if you can reproduce the issue.

https://github.com/mendix/SimpleCheckboxSetSelector

answered
0

Have you looked into the CSS? We had similar issues with certain controls and once we altered the CSS the issue was resolved.

answered