File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,10 @@ disabled. And if no checkboxes are checked the deselect-all button will
53
53
be disabled.
54
54
55
55
56
- ### JavaScript API
56
+ ### Option reference
57
57
58
- The JavaScript API is entirely optional since Patterns already
59
- automatically enables the switching behaviour for all elements with a
60
- ` data-pat-checklist ` attribute.
58
+ | Property | Type | Default Value | Description |
59
+ | ----------- | ------- | ---------------- | -------------------------------------------- |
60
+ | ` select ` | String | ` .select-all ` | CSS selector for the "Select All" button. |
61
+ | ` deselect ` | String | ` .deselect-all ` | CSS selector for the "Deselect All" button. |
62
+ | ` toggle ` | String | ` .toggle-all ` | CSS selector for the "Toggle" button. |
You can’t perform that action at this time.
0 commit comments