Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I add a checkbox in confluence using confluence wiki markup?

gangishetty manideep January 13, 2025

I want to create a Confluence page using the Confluence Wiki and Python code. I want to insert a checkbox on the page. I learned that Confluence recently removed the use of "[]" for adding a task list, which could be used as a checkbox. How can I insert a checkbox now?

1 answer

1 accepted

1 vote
Answer accepted
Cyrille Martin
Community Champion
January 14, 2025

Hi @gangishetty manideep 

You may use the XHTML format:

<ac:task-list>
    <ac:task>
        <ac:task-id>1</ac:task-id>
        <ac:task-status>incomplete</ac:task-status>
    </ac:task>
</ac:task-list><p />
Regards,
gangishetty manideep January 14, 2025

My whole content is in Confluence Wiki. I can't insert XHTML in wiki markup right?

Cyrille Martin
Community Champion
January 14, 2025

No you can't add XHTML in wiki markup :/

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events