Checking Button State

So I just downloaded Bokeh 11. I’m very excited to try it out. I am looking to build a server application. The application has buttons. In particular I am putting in a radio button with two states - On and Off.

How can I check the active state of the radio buttons?
radiobuttons.active?

Ok I figured it out, you can just check the attribute: radiobuttons.active

···

On Thursday, 7 January 2016 14:18:46 UTC-5, RedRaven wrote:

So I just downloaded Bokeh 11. I’m very excited to try it out. I am looking to build a server application. The application has buttons. In particular I am putting in a radio button with two states - On and Off.

How can I check the active state of the radio buttons?
radiobuttons.active?