adding values for radio buttons

merge-requests/1/head
lasantha 7 years ago
parent 837170bd55
commit 5fb6cf09af

@ -14,13 +14,15 @@
"type": "radio", "type": "radio",
"id": "buz_on", "id": "buz_on",
"label": "Buzzer On", "label": "Buzzer On",
"name": "state" "name": "state",
"value":"ON"
}, },
{ {
"type": "radio", "type": "radio",
"id": "buz_off", "id": "buz_off",
"label": "Buzzer Off", "label": "Buzzer Off",
"name": "state" "name": "state",
"value":"OFF"
} }
] ]
} }

Loading…
Cancel
Save