visible Boolean
(default: true)
If set to false the badge will not be displayed.
Example
<button>Button <span id="badge"></span></button>
<script>
$('#badge').kendoBadge({
text: 1234,
visible: false
});
</script>