I’m using the minimal theme and I want to create a table like below.
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?