IPython Documentation

Table Of Contents

Previous topic

Module: html.widgets.widget

Next topic

Module: html.widgets.widget_box

This Page

Note

This documentation is for a development version of IPython. There may be significant differences from the latest stable release.

Module: html.widgets.widget_bool

Bool class.

Represents a boolean using a widget.

2 Classes

class IPython.html.widgets.widget_bool.Checkbox(*pargs, **kwargs)

Bases: IPython.html.widgets.widget_bool._Bool

Displays a boolean value.

class IPython.html.widgets.widget_bool.ToggleButton(*pargs, **kwargs)

Bases: IPython.html.widgets.widget_bool._Bool

Displays a boolean value.