[Bug] Grouped toggle controls render next to the group label rather than inside parameter list

I wanted a toggle inside a group, but it turns out Cornerstone treats a toggle differently when it’s inside one. It displays the toggle next to the group name instead of under it alongside the other parameters.

Here is the code:

{
  "Toggle" : {
    "type" : "group",
    "label" : "Toggle group",
    	"params" : {
      	"iconEnabled" : {
        	"label" : "toggle",
        	"type" : "toggle",
        	"initial" : "true"
      	}
    	}
  },
  "toggle" : {
    "type" : "toggle"
  }
}

Here is the screenshot:
Screenshot 2026-08-26 at 14.01.21

Notice that cornerstone doesn’t respect the order of parameters written in JSON and puts the group below instead of on top.

I’m on Pro 6.9.2 and WordPress 7.1.

Hello @Dagaloni,

Thanks for writing to us.

I suspect this may be a bug, so I’ve reported the issue and added it to our issue tracker for our development team to review. There is no ETA available at the moment. I would recommend keeping an eye on future theme updates for any changes or fixes.

Thanks for your understanding!