{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: lightning-checkbox-group",
            "Represents the lightning-checkbox-group Lightning web component.",
            "Get all the checkboxes or a checkbox by index."
        ]
    },
    "shadow": {
        "elements": [
            {
                "name": "checkboxes",
                "public": true,
                "type": [
                    "clickable"
                ],
                "selector": {
                    "css": "input[type=checkbox]",
                    "returnAll": true
                }
            },
            {
                "name": "checkboxByIndex",
                "public": true,
                "type": [
                    "clickable"
                ],
                "selector": {
                    "css": "input[type=checkbox]:nth-of-type(%d)",
                    "args": [
                        {
                            "name": "index",
                            "type": "number"
                        }
                    ]
                }
            }
        ]
    }
}