The following code shows how to get if a checkbox is checked or not. <!DOCTYPE html> <html> <body> Checkbox: <input type="checkbox" id="myCheck"> <button ...
確定! 回上一頁