Checkbox¶
<checkbox>
Components.checkbox(...)
The checkbox component represents a toggleable checkbox. It can display text alongside the checkbox.
Parameters:
text
: The text to display next to the checkbox.checked
: Whether the checkbox is checked or not.active
: Whether the checkbox is active or not.
Example (Code-driven):
Example (Data-driven):
Last update:
2025-02-03