Does exist any way to add interactive checkboxes to page?

Hello, Confluence and Youtrack have feature to add interactive checkbox in page. Have XWiki any way to use same functional?
image

If you just want the HTML then you can use the {{html}} macro.

Otherwise see https://extensions.xwiki.org/xwiki/bin/view/Extension/#

There’s also a task macro.

thanks, but HTML can make interactive checkbox with JS, but it will not save it’s state when page will been updated

You could use HTML + save the checkbox status (in an XObject for example). See for example How can I create a new page based on a form? (XWiki.org) and replace the creation of a new page by the storage of the statuses.

1 Like

https://extensions.xwiki.org/xwiki/bin/view/Extension/TodoList%20Application%20using%20emberjs
i think this app may be some solution