Checkbox
Introduction
Function signature
checkbox = Checkbox(
content="Enable",
checked=False,
widget_id=None,
)
Parameters
Parameters
Type
Description
content
checked

widget_id
Methods and attributes
Attributes and Methods
Description
Mini App Example
Import libraries
Init API client
Initialize Project ID we will use
Project ID we will useInitialize Checkbox widget
Checkbox widgetCreate more widgets
Create app layout
Create app using layout
Add functions to control widget from python code

Last updated