Radio Button

Radio Button ស្រដៀង​នឹង checkbox ដែរ តែ​វា​ខុស​ពី​ checkbox នៅ​ត្រង់​ថា អ្នកប្រើប្រាស់​អាច​ជ្រើសរ់ើស​យក​ជំរើស​តែ​មួយ​ប៉ុណ្ណោះ​នៅ​ក្នុង​ជំរើស​ជា​ច្រើន​។ ពិនិត្យ​កម្មវិធី​ខាង​ក្រោម​នេះ៖



Input Radio Object Properties
Property Description
autofocus Sets or returns whether a radio button should automatically get focus when the page loads
checked Sets or returns the checked state of a radio button
defaultChecked Returns the default value of the checked attribute
defaultValue Sets or returns the default value of a radio button
disabled Sets or returns whether the radio button is disabled, or not
form Returns a reference to the form that contains the radio button
name Sets or returns the value of the name attribute of a radio button
required Sets or returns whether the radio button must be checked before submitting a form
type Returns which type of form element the radio button is
value Sets or returns the value of the value attribute of the radio button