Is it possible to arange Radio/Checkbox Options vertical?

Hi Stefan,

I think about to take a closer look into the radio control issue and maybe I am able to provide some new feature to give the user more control about the layout. (You know, I’m not the JavaScript god :wink: but I will give it a try… )

I now see that in version 3.1.0-ALPHA there is also a new implementation with the oneOf feature for radio buttons, that we have discussed here.

Is this right? Are you working on this feature for the vanilla renderer? This would be a very important feature for my current Open-BPMN project.

Regarding the Readio-Button Layout problem, my idea to solve this issue is by:

  • either providing a new option orientation=vertically|horizontally
          "options": {
            "format": "radio"
            "orientation": "vertical"
          }
  • or by providing a way to set an optional style-class
          "options": {
            "format": "radio"
            "classname": "my-class"
          }

What do you think about this?