Support checkboxes in tables

The only way I could get the workaround persistent was to manually type checked in the tag. Example below:

Unchecked: <input type="checkbox" />
Checked: <input type="checkbox" checked/>

1 Like