Release Notes

Version 0.4.0 (2026-06-19)

  • Added tree_checkbox() component for checkbox-based multi-select with cascading parent/child semantics.

Version 0.3.0 (2026-02-11)

  • Added support to select internal nodes in tree_view(). When select_internal_nodes=True, the behavior of internal nodes changes:

    • Click the icon to toggle open/closed

    • Click the label to select

    • Double-click the label to select and toggle

Version 0.2.1 (2025-08-24)