mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-27 20:36:33 -04:00
Checkbox groups now return an array of booleans
This commit is contained in:
+2
-6
@@ -121,13 +121,9 @@ module.exports = [
|
||||
{
|
||||
"type": "checkboxgroup",
|
||||
"messageKey": "checkboxgroup-test",
|
||||
"defaultValue": ["quote' \"test", "two"],
|
||||
"defaultValue": [0, 1, 0],
|
||||
"label": "Checkbox Group",
|
||||
"options": [
|
||||
{ "label": "First thing", "value": "three" },
|
||||
{ "label": "Another thing", "value": "two" },
|
||||
{ "label": "Final thing", "value": "three" }
|
||||
]
|
||||
"options": [ "First thing", "Another thing", "Final thing" ]
|
||||
},
|
||||
{
|
||||
"type": "select",
|
||||
|
||||
Reference in New Issue
Block a user