enabled Boolean (default: true)

Toggles the enabled state of the Chip.

Example

<span id="chip"></span>

<script>
    $("#chip").kendoChip({
        label: 'Disabled chip',
        enabled: false
    });
</script>
In this article