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

Checksum

configuration

If set to true, the Barcode will display the checksum digit next to the value in the text area.

checksum

Boolean

Default: false

<div id="barcode"></div>
<script>
$("#barcode").kendoBarcode({
  type: "ean8",
  value: "1234567",
  checksum: true
});
</script>
Not finding the help you need?
Contact Support