<div class="entity-attribute entity-attribute-on-off" data-uk-tooltip="{pos:'bottom-right'}" >
<label>Actief</label>
<input type="hidden" id="{{ block_key }}" ng-model="block.status">
<input type="checkbox" ng-model="block.status" class="toggle toggle-round-flat" id="{{block_key}}_checkbox">
<label for="{{ block_key }}_checkbox" class="toggle-label"></label>
</div>