selectedTemplate String|Function
Specifies the template which is used for rendering the selected state of the items.
Example
<input id="rating" />
<script>
$("#rating").kendoRating({
selectedTemplate: "<i class='k-icon k-i-close'></i>",
});
</script>