Checkboxes in sticky notes are not displayed/escaped correctly
Describe the bug
When trying to use checkboxes in sticky notes like
- [ ] Example Todo
there will only be the plain text
<input class="task-list-item-checkbox" disabled="" type="checkbox" id="task-item-4482900"><label class="task-list-item-label" for="task-item-4482900"> Example Todo</label>
but no html checkbox is added.
To Reproduce Steps to reproduce the behavior:
- Go to a workflow
- Click on the "add sticky note" button in the top right
- But a line in there like
- [ ] Example Todo - Exit the edditing of the sticky note
- See error
Expected behavior An (interactable) is displayed.
Environment (please complete the following information):
- OS: MacOS/Firefox
- n8n Version: 0.182.1
- Node.js Version: ?/default with docker
- Database system: SQLite/default
- Operation mode:
own/default
Additional context none?
Image illustrating the issue:

same issuse

Hi There,
Looks like I missed this one, I have created ADO-1073 as our internally ticket to investigate this one. I suspect we didn't intend on having checkboxes in the initial release and forgot to clean up the output.
Fix got released with [email protected]
Hey @CommandLord,
Good news we have now fixed this.
I am going to mark this as closed, If you are still seeing this after updating let me know.