Hello, Confluence and Youtrack have feature to add interactive checkbox in page. Have XWiki any way to use same functional?
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 https://www.xwiki.org/xwiki/bin/view/FAQ/How%20can%20I%20create%20a%20new%20page%20based%20on%20a%20form 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