Not understanding this kendo template that generates a checkbox in a grid
问题 I'm not understanding something basic about Kendo templates, so maybe someone can explain this to me. This example of a template for a cell in a grid comes from Telerik sample code. template:"<input type='checkbox' #= IsAdmin ? checked='checked':'' # /> Ultimately, this produces an input tag which, if the value of IsAdmin is true, will include "checked='checked'" I don't understand the evaluation context of #= IsAdmin ? checked = 'checked' : '' # Documentation says that "#=" indicates "render