SelectionList
SelectionList(
__namedParameters):ReactElement
Defined in: react/components/data/selection-list.tsx:29
A virtualized multi-select checkbox list — “pick which of these to apply”.
Arrows move the cursor, Space/Enter (or click) toggles a row, a toggles
all. Works controlled (value + onChange) or uncontrolled (defaultValue).
<SelectionList items={files} defaultValue={["a.ts"]} onChange={setPicked} />Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”Returns
Section titled “Returns”ReactElement