Edit in JSFiddle

<div ng-app="">
    <input type="checkbox" ng-model="check" />顯示
    <div ng-show="check">hello</div>   
</div>