const input = document.createElement('input'); input.type = 'checkbox';. I can create a checkbox using the above code. However, i need to wrap it in div ...
確定! 回上一頁