/** * @file * Customization of checkbox. */ ((Drupal) => { /** * Constructs a checkbox input element. * * @return {string} * A string representing a DOM fragment. */ Drupal.theme.checkbox = () => ''; })(Drupal);