adding values for radio buttons

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

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

Loading…
Cancel
Save