Warning

This documentation is for an old version of IPython. You can find docs for newer versions here.

Module: html.widgets.widget_bool

BoolWidget class.

Represents a boolean using a widget.

2 Classes

class IPython.html.widgets.widget_bool.CheckboxWidget(**kwargs)

Bases: IPython.html.widgets.widget_bool._BoolWidget

class IPython.html.widgets.widget_bool.ToggleButtonWidget(**kwargs)

Bases: IPython.html.widgets.widget_bool._BoolWidget