mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-28 04:46:57 -04:00
add checkboxgroup and rename radio to radiogroup
This commit is contained in:
+15
-2
@@ -62,8 +62,8 @@ module.exports = [
|
||||
"defaultValue": "More Settings"
|
||||
},
|
||||
{
|
||||
"type": "radio",
|
||||
"appKey": "radio-test",
|
||||
"type": "radiogroup",
|
||||
"appKey": "radiogroup-test",
|
||||
"defaultValue": "quote' \"test",
|
||||
"label": "Radio test",
|
||||
"options": [
|
||||
@@ -74,6 +74,19 @@ module.exports = [
|
||||
{ "label": "Final thing", "value": "three" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "checkboxgroup",
|
||||
"appKey": "checkboxgroup-test",
|
||||
"defaultValue": ["quote' \"test", "two"],
|
||||
"label": "Checkbox test",
|
||||
"options": [
|
||||
{ "label": "Test <strong>thing</strong> one", "value": "one" },
|
||||
{ "label": "Another thing", "value": "two" },
|
||||
{ "label": "One really long thing that would not fit", "value": "three" },
|
||||
{ "label": "Small", "value": "quote' \"test" },
|
||||
{ "label": "Final thing", "value": "three" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "input",
|
||||
"appKey": "date",
|
||||
|
||||
Reference in New Issue
Block a user