- すべてのチェックボックスにチェックを入れたい
[...document.querySelectorAll('input[type=checkbox]')].forEach(x => x.checked = true);
Go to list of users who liked
More than 5 years have passed since last update.
[...document.querySelectorAll('input[type=checkbox]')].forEach(x => x.checked = true);
Register as a new user and use Qiita more conveniently
Go to list of users who liked