For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-editor/interfaces/ISubPaneHeaderCheckboxOptions.md.

Interface: ISubPaneHeaderCheckboxOptions experimental

Beta

Options for the prebaked multiselect checkbox displayed at the start of a header sub pane.

Properties

onChange?

optional onChange?: (checked) => void

Beta

Parameters

checked

boolean

Returns

void

Remarks

Called when the user toggles the checkbox.


value

value: IObservableProp<boolean>

Beta

Remarks

Observable driving the checked state of the checkbox.