{# @copyright Copyright (C) 2010-2024 Combodo SAS #} {# @license http://opensource.org/licenses/AGPL-3.0 #} $(document).on('click', '#checkAllExtensions', function() { let bChecked = this.checked; $('.extension_check').each( function() { this.checked = bChecked }); });