Function: SelectMultiple()
function SelectMultiple(__namedParameters): Element;
Defined in: components/SelectMultiple.tsx:22
select_multiple as a checkbox group.
props.exclusive implements the XLSForm "none of the above" pattern: ticking
an exclusive option clears everything else, and ticking anything else clears
the exclusive ones. Order is preserved in choice order, not click order, so
two enumerators who tick the same boxes produce byte-identical submissions.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | ElementComponentProps |
Returns
Element