How to create checkbox with script?

I’m using the minimal theme and I want to create a table like below.
image

I couldn’t put the checkbox in the table, so I used a script, but only check and uncheck are possible.

Here is the script I used.

<input type="checkbox" unchecked/>
<input type="checkbox" checked/>

I also want to organize other checkboxes in a minimal theme as a table, is there any solution?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.