Checkboxes not allowed on JetPunk?

Submitted by Maxibon on February 1, 2026
Basically, I am working on a quiz and I need a checkbox via HTML. Normally, you'd do something like this, just without the spaces:

< input type="checkbox" id="keycheckbox" >

< label for="keycheckbox" style="color: white; font-family:cambria; font-size:15px;" >< b >Hide Key< /b >< /label >

Well, this isn't working as when I go into preview mode, the whole first line is deleted. Is there a way around this or a method which has the same function which doesn't utilise checkboxes in this way?

Thanks

4 Comments
+6
Level ∞
Feb 1, 2026
There are certain classes of html tags we don't allow for security reasons.

What do you need a checkbox for?

+1
Level 73
Feb 1, 2026
Would you mind me collaborating the quiz with you and messaging you privately?
+4
Level 83
Feb 1, 2026
You could always do it with SVG. That’d be pretty easy to code.
+2
Level 72
Feb 1, 2026
"That'd be pretty easy to code."

- Dimby, and nobody else.