This commit is contained in:
Cameron 2020-07-10 20:07:32 +01:00
parent 85b8671294
commit abcc8b6c60

View file

@ -52,7 +52,7 @@ import 'registerElement';
const labelTextElement = labelElement.querySelector('span');
const outlineClass = 'checkboxOutline';
let outlineClass = 'checkboxOutline';
const customClass = this.getAttribute('data-outlineclass');
if (customClass) {