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 |