
| Current Path : /var/www/html_old/12park.005/web/core/misc/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html_old/12park.005/web/core/misc/checkbox.es6.js |
/**
* @file
* Defines checkbox theme functions.
*/
(Drupal => {
/**
* Theme function for a checkbox.
*
* @return {string}
* The HTML markup for the checkbox.
*/
Drupal.theme.checkbox = () =>
`<input type="checkbox" class="form-checkbox"/>`;
})(Drupal);