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

Selected

configuration

Toggles the selected state of the Chip.

selected

Boolean

Default: false

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

<script>
    $("#chip").kendoChip({
        label: 'Selected',
        selectable: true,
    });
</script>
Not finding the help you need?
Contact Support