Clickabled checkboxes by default


#1

I would like to get an html export with clickabled checkboxes. So i wrote these lines in my own template but it doesn’t work

Could you help me to understand why ?

<script> 
Element.getElementsByClassName('task-list-item-checkbox')[0].disabled=false;
</script>