items.enabledBoolean(default: true)

Toggles the enabled state of the Chip item.

Example

<div id="chiplist"></div>
<script>
    $('#chiplist').kendoChipList({
        items: [
            { label: "Enabled" },
            { label: "Disabled", enabled: false },
        ]
    });
</script>
In this article
items.enabled
Not finding the help you need?
Contact Support