shapelets.apps.DataApp.checkbox#
- DataApp.checkbox(title: Optional[str] = None, checked: Optional[bool] = None, toggle: Optional[bool] = None, **additional)#
Creates a Checkbox. param title: Text associated to the checkbox. param checked: Param to indicate the status of the widget param toggle: Param to display the widget as a toggle button return Checkbox.