Miroca_Server_file_static
This commit is contained in:
11
www/static/file/assets/js/form-basic-inputs.js
Normal file
11
www/static/file/assets/js/form-basic-inputs.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Form Basic Inputs
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
(function () {
|
||||
// Indeterminate checkbox
|
||||
const checkbox = document.getElementById('defaultCheck2');
|
||||
checkbox.indeterminate = true;
|
||||
})();
|
||||
Reference in New Issue
Block a user