Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 527 Bytes

File metadata and controls

20 lines (12 loc) · 527 Bytes

Lightning Web Component: Button Custom Filter

Parameters

  • Mandatory

    • options Array of label-value pairs for each checkbox.
  • Optional

    • value The list of selected checkboxes. Each array entry contains the value of a selected checkbox. The value of each checkbox is set in the options attribute.

Events

  • When the "Apply" button is clicked, a "change" notification is dispatched. The event.detail.value contains the checked options.