Buat input baru dengan tipe centang JavaScript

      const newInput = document.createElement("input")
      newInput.type = "checkbox"
Unsightly Unicorn