adding values for radio buttons

This commit is contained in:
lasantha 2017-07-06 10:20:08 +05:30
parent 837170bd55
commit 5fb6cf09af

View File

@ -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"
}
]
}