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

gangishetty manideep
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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

0 votes
Answer accepted
Cyrille Martin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
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
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 14, 2025

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

Cyrille Martin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
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