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