New to Kendo UI for jQueryStart a free 30-day trial

Layout

The CheckBoxGroup widget supports two types of layout - "horizontal" and "vertical". By default the radio buttons are rendered vertically.

The following example shows how to set the CheckBoxGroup layout:

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

    <script>
        $("#checkboxgroup").kendoCheckBoxGroup({
            items: [ "Blue", "Green", "Red" ],
            layout: "horizontal"
        });
    </script>

See Also

In this article
See Also
Not finding the help you need?
Contact Support