Kendo UI for jQuery CheckBoxGroup Overview

The CheckBoxGroup allows to style and provide checkbox functionality to list elements, set the position of the labels, attributes and custom css classes.

Kendo UI for jQuery Kendoka image

The CheckBoxGroup is part of Kendo UI for jQuery, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

Initializing the CheckBoxGroup

To initialize the CheckBoxGroup, use the <ul /> tag.

The following example demonstrates how to initialize the CheckBoxGroup from an existing <ul /> element.

    <ul id="checkboxgroup"></ul>

    <script>
        $(document).ready(function(){
            $("#checkboxgroup").kendoCheckBoxGroup();
        });
    </script>

Functionality and Features

See Also

In this article