@heyloura If you're okay with not having a dialog box, maybe something like this?
<form action="/delete-something">
<label>
<input type="checkbox" required> I'm super-duper sure I want to do this.
</label>
<button>Delete</button>
</form>
I am an aspiring world's best uncle, co-conspirator with Sanna, and curious coder based in Jönköping, Sweden. If you spot someone hiking deep into the forest of Tiveden, that's probably me. 🌲
@heyloura If you're okay with not having a dialog box, maybe something like this?
<form action="/delete-something">
<label>
<input type="checkbox" required> I'm super-duper sure I want to do this.
</label>
<button>Delete</button>
</form>