Created
May 5, 2023 13:35
-
-
Save joncrain/42ef4ab6a3e17a67a3b33a47d6aae98a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"checkbox": [ | |
{ | |
"icon": "https://upload.wikimedia.org/wikipedia/commons/e/e7/Firefox_logo%2C_2019.png", | |
"label": "Firefox", | |
"checked": false | |
}, | |
{ | |
"icon": "https://upload.wikimedia.org/wikipedia/commons/e/e7/Firefox_logo%2C_2019.png", | |
"label": "Firefox", | |
"checked": true | |
}, | |
{ | |
"icon": "https://upload.wikimedia.org/wikipedia/commons/e/e7/Firefox_logo%2C_2019.png", | |
"label": "Firefox", | |
"checked": false | |
}, | |
{ | |
"icon": "https://upload.wikimedia.org/wikipedia/commons/e/e7/Firefox_logo%2C_2019.png", | |
"label": "Firefox", | |
"checked": true | |
}, | |
{ | |
"icon": "https://upload.wikimedia.org/wikipedia/commons/e/e7/Firefox_logo%2C_2019.png", | |
"label": "Firefox", | |
"checked": false | |
}, | |
{ | |
"icon": "https://upload.wikimedia.org/wikipedia/commons/e/e7/Firefox_logo%2C_2019.png", | |
"label": "Firefox", | |
"checked": false | |
}, | |
{ | |
"icon": "https://upload.wikimedia.org/wikipedia/commons/e/e7/Firefox_logo%2C_2019.png", | |
"label": "Firefox", | |
"checked": false | |
}, | |
{ | |
"icon": "https://upload.wikimedia.org/wikipedia/commons/e/e7/Firefox_logo%2C_2019.png", | |
"label": "Firefox", | |
"checked": false | |
}, | |
{ | |
"icon": "https://upload.wikimedia.org/wikipedia/commons/e/e7/Firefox_logo%2C_2019.png", | |
"label": "Firefox", | |
"checked": false | |
}, | |
{ | |
"icon": "https://upload.wikimedia.org/wikipedia/commons/e/e7/Firefox_logo%2C_2019.png", | |
"label": "Firefox", | |
"checked": false | |
}, | |
{ | |
"icon": "https://upload.wikimedia.org/wikipedia/commons/e/e7/Firefox_logo%2C_2019.png", | |
"label": "Firefox", | |
"checked": false | |
}, | |
{ | |
"icon": "https://upload.wikimedia.org/wikipedia/commons/e/e7/Firefox_logo%2C_2019.png", | |
"label": "Firefox", | |
"checked": false | |
}, | |
{ | |
"icon": "https://upload.wikimedia.org/wikipedia/commons/e/e7/Firefox_logo%2C_2019.png", | |
"label": "Firefox", | |
"checked": false | |
}, | |
{ | |
"icon": "https://upload.wikimedia.org/wikipedia/commons/e/e7/Firefox_logo%2C_2019.png", | |
"label": "Firefox", | |
"checked": false | |
}, | |
{ | |
"icon": "https://upload.wikimedia.org/wikipedia/commons/e/e7/Firefox_logo%2C_2019.png", | |
"label": "Firefox", | |
"checked": false | |
}, | |
{ "label": "Option 2", "checked": true, "disabled": false }, | |
{ "label": "Option 3", "checked": false }, | |
{ "label": "Option 4", "checked": true, "disabled": true }, | |
{ "label": "Option 5" }, | |
{ "label": "Option 0" }, | |
{ "label": "Option 7" }, | |
{ "label": "Option 8" }, | |
{ "label": "Option 9" }, | |
{ "label": "Option 6", "disabled": true } | |
], | |
"checkboxstyle": { | |
"style": "switch", | |
"size": "large" | |
}, | |
"message": "This is a message", | |
"messageposition": "top" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment