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

Layout

configuration

Specifies whether the checkboxes will be rendered one below the other ("vertical") or on the same line ("horizontal").

layout

String

Default: "vertical"

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

<script>
    $("#checkboxgroup").kendoCheckBoxGroup({
        items: [ "one", "two", "three" ],
        layout: "horizontal"
    });
</script>
Not finding the help you need?
Contact Support