Ribbon groups in XML

How would one specify groups for the Ribbon inside the blocks using XML?

I am also having trouble adding checkboxes in the XML. The two state buttons work fine but the checkboxes show but the state doesn’t change.

Hello
Could you provide somehow your ribbon structure?

I am creating the XML doc using Java. I got the groups to work. The checkboxes just show but they don’t get checked. I used the Mozilla Firefox Inspector dev tool and it shows in the code the actual state of the checkbox is changing but it is not showing getting checked.

......

I also want to add that I am embedding the code to initialize the ribbon in a JSP file. It worked fine when I tried it on an HTML file but it is problematic in JSPs for me.

This article shows how to use xml structure for ribbon:
docs.dhtmlx.com/ribbon__loading_ … romxmlfile

Thank you, but I have already read through this. I am using Struts MVC and I was wondering if there is anyway to make the checkboxes show their states in a .jsp. It works for me when I test it on an .html file but there is an issue with JSPs. Please help me with this matter.

Hi

could you please provide more detailed explanation? Not sure I understood you correctly.