<VeltWireframe>
    <VeltCommentsSidebarWireframe.Filter.GroupBy>
        <VeltCommentsSidebarWireframe.Filter.GroupBy.Name />
        <VeltCommentsSidebarWireframe.Filter.GroupBy.Item>
            <VeltCommentsSidebarWireframe.Filter.GroupBy.Item.Checkbox>
                <VeltCommentsSidebarWireframe.Filter.GroupBy.Item.Checkbox.Checked />
                <VeltCommentsSidebarWireframe.Filter.GroupBy.Item.Checkbox.Unchecked />
            </VeltCommentsSidebarWireframe.Filter.GroupBy.Item.Checkbox>
            <VeltCommentsSidebarWireframe.Filter.GroupBy.Item.Name />
            <VeltCommentsSidebarWireframe.Filter.GroupBy.Item.Count />
        </VeltCommentsSidebarWireframe.Filter.GroupBy.Item>
    </VeltCommentsSidebarWireframe.Filter.GroupBy>
</VeltWireframe>

We recommend that you familiarize yourselves with UI Customization Concepts before attempting to modify any components.

Default Subcomponent

<VeltWireframe>
    <VeltCommentsSidebarWireframe.Filter.GroupBy>
        <VeltCommentsSidebarWireframe.Filter.GroupBy.Name />
        <VeltCommentsSidebarWireframe.Filter.GroupBy.Item>
            <VeltCommentsSidebarWireframe.Filter.GroupBy.Item.Checkbox>
                <VeltCommentsSidebarWireframe.Filter.GroupBy.Item.Checkbox.Checked />
                <VeltCommentsSidebarWireframe.Filter.GroupBy.Item.Checkbox.Unchecked />
            </VeltCommentsSidebarWireframe.Filter.GroupBy.Item.Checkbox>
            <VeltCommentsSidebarWireframe.Filter.GroupBy.Item.Name />
            <VeltCommentsSidebarWireframe.Filter.GroupBy.Item.Count />
        </VeltCommentsSidebarWireframe.Filter.GroupBy.Item>
    </VeltCommentsSidebarWireframe.Filter.GroupBy>
</VeltWireframe>