checksum Boolean
(default: false)
If set to true
, the Barcode will display the checksum digit next to the value in the text area.
Example
<div id="barcode"></div>
<script>
$("#barcode").kendoBarcode({
type: "ean8",
value: "1234567",
checksum: true
});
</script>