Флажки (Checkbox)
Checkbox
{
"on" : "On Text",
"off" : "Off Text",
"checked" : true
}Multiple Checkbox
{
"checked" : true,
"options": {
"checkbox1": "Checkbox 1 Text",
"checkbox2": "Checkbox 2 Text"
}
}Radio Button
Last updated