Hello, I would like to know how to make a check box in a table. It works outside the table but not inside. Thanks

eledah
2
It’s been discussed in the forums before:
As of right now, a number of workarounds exist. The most convenient one is to use <input>
tag instead of markdown check boxes.
<input type="checkbox" checked/>
system
Closed
3
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.