I created a checkbox on my page and define a service mapping, like this:
when I run the page, the checkbox is not displayed, when I check the reason using Javascript console of chrome, I found the style of the element has been set to "{display:none;}", I believe that is the why the element is not shown.
my question is: I am just using the default setting of the UI component, and check the visible option of the checkboxgroup component, what is the reason that the style was set? and how can I set it back to be shown?