Checkbox Tree

A group of checkboxes to toggle boolean values in a collapsible multi-level tree. It supports a custom string delimiter to separate nested selections and can expand or reveal specified keys automatically.

Events

Events are triggered by user interactions with Checkbox Tree. Use event handling to trigger queries or other actions in response to events.

NameDescriptionChange

A user changes the current value.

Methods

Methods for interacting with Checkbox Tree. You can write JavaScript almost anywhere in Retool and use methods to manipulate data or components.

NameDescriptionscrollIntoView(options: any)

Scrolls the canvas or parent container so that the selected component appears in the visible area.

setChecked(checked: any)

Update the currently checked items with a specified array of values. Will propagate changes through the checkbox tree.