Path: blob/main/examples/reference/indicators/BooleanStatus.ipynb
2011 views
Kernel: Unknown Kernel
In [ ]:
The BooleanStatus
is a boolean indicator providing a visual representation of a boolean status as filled or non-filled circle. If the value
is set to True
the indicator will be filled while setting it to False
will cause it to be non-filled.
Parameters:
For details on other options for customizing the component see the layout and styling how-to guides.
color
(str): The color of the circle, one of 'primary', 'secondary', 'success', 'info', 'warn', 'danger', 'light', 'dark'value
(int or None): Whether the status indicator is filled or not.
The BooleanStatus
widget can be instantiated as either False
or True
:
In [ ]:
The BooleanStatus
indicator also supports a range of colors:
In [ ]: