angularjs ui-grid cellTemplate checkbox ng-checked

{
     name: '@Localizer["ActiveInd"]',
     field: 'ActiveInd',
     enableSorting: false,
      '100',
     cellTemplate: '<input type="checkbox" ng-checked=row.entity.ActiveInd=="Y"?true:false  disabled />'
    },

原文地址:https://www.cnblogs.com/freeliver54/p/7211262.html