Vertical boxes for radio button group

Is it possible to make the boxes in radio button group stacked vertically?

image file:///home/brlockha/radiobuttongroup.png

In this example, I would like the exact same functionality of radio button groups, but the box for ‘Option 1’ on top of the box for ‘Option 2’, and the box for ‘Option 2’ on top of ‘Option 3’. Please let me know a workaround if one exists.

Thanks

As of Bokeh 1.4 this is not supported. It’s possible you could directly target CSS to try and change this by brute force, but I would not be surprised if doing that played badly with the Bokeh layout computations. In any case, it’s just something you would have to experiment with. Otherwise, I’d suggest a GitHub issue to request this as a feature.