selectable Boolean (default: false)

Sets whether the Chip can be selected.

Example

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

<script>
    $("#chip").kendoChip({
        label: 'Chip text',
        selectable: true
    });
</script>
In this article