selected Boolean (default: false)

Toggles the selected state of the Chip.

Example

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

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