We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1c5a23 + 8154775 commit 6eaffd3Copy full SHA for 6eaffd3
src/pat/checklist/checklist.js
@@ -26,9 +26,7 @@ export default Base.extend({
26
},
27
28
_init() {
29
- this.all_checkboxes = this.el.querySelectorAll(
30
- `input[type=checkbox]:not(${this.options.toggle}`
31
- );
+ this.all_checkboxes = this.el.querySelectorAll(`input[type=checkbox]`);
32
this.all_radios = this.el.querySelectorAll("input[type=radio]");
33
34
this.all_selects = dom.find_scoped(this.el, this.options.select);
0 commit comments