Latest web development tutorials

Jenis properti HTML DOM Checkbox

Checkbox Referensi Obyek benda kotak centang

Definisi dan Penggunaan

Jenis properti mengembalikan jenis bentuk elemen.

Untuk objek kotak centang, properti selalu mengembalikan "kotak centang".

tatabahasa

checkboxObject.type


Dukungan Browser

Internet ExplorerFirefoxOperaGoogle ChromeSafari

Semua browser utama mendukung atribut Jenis


contoh

contoh

Contoh berikut mengembalikan tipe kotak centang bentuk elemen:

<! DOCTYPE html>
<Html>
<Head>
<Meta charset = "utf-8">
<Title> Tutorial ini (w3big.com) </ title>
<Script>
Fungsi displayResult () {
var x = document.getElementById ( "Check1") ketik .;
alert (x);
}
</ Script>
</ Kepala>
<Body>

<Form>
<Input type = "checkbox" id = "Check1"> Anda seperti musim panas?
</ Form>
<Tombol type = "button" onclick = "displayResult ()"> jenis input Tampilan </ button>

</ Body>
</ Html>

Coba »


Checkbox Referensi Obyek benda kotak centang