bokeh.models.widgets.groups¶
-
class
AbstractGroup(**kwargs)[source]¶ Bases:
bokeh.models.widgets.widget.WidgetAbstract base class for all kinds of groups.
Note
This is an abstract base class used to help organize the hierarchy of Bokeh model types. It is not useful to instantiate on its own.
-
callback¶ property type:
Instance(Callback)A callback to run in the browser whenever a button group is manipulated.
-
-
class
ButtonGroup(**kwargs)[source]¶ Bases:
bokeh.models.widgets.groups.AbstractGroup,bokeh.models.widgets.buttons.ButtonLikeAbstract base class for groups with items rendered as buttons.
Note
This is an abstract base class used to help organize the hierarchy of Bokeh model types. It is not useful to instantiate on its own.
-
class
CheckboxButtonGroup(**kwargs)[source]¶ Bases:
bokeh.models.widgets.groups.ButtonGroupA group of check boxes rendered as toggle buttons.
-
class
CheckboxGroup(**kwargs)[source]¶ Bases:
bokeh.models.widgets.groups.GroupA group of check boxes.
-
class
Group(**kwargs)[source]¶ Bases:
bokeh.models.widgets.groups.AbstractGroupAbstract base class for groups with items rendered as check/radio boxes.
Note
This is an abstract base class used to help organize the hierarchy of Bokeh model types. It is not useful to instantiate on its own.
-
class
RadioButtonGroup(**kwargs)[source]¶ Bases:
bokeh.models.widgets.groups.ButtonGroupA group of radio boxes rendered as toggle buttons.
-
class
RadioGroup(**kwargs)[source]¶ Bases:
bokeh.models.widgets.groups.GroupA group of radio boxes.