<!DOCTYPE html>
<html>
    <head>
        <title>Wikitechy AngularJS Tutorials</title>
        <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"> </script>
    </head>
    <body ng-app="">
        <h2>ng-checked Directive in AngularJS Tutorials</h2>
        <h4>Select Tutorials:</h4>

        <input type="checkbox" ng-model="all"> Select all<br><br>
        <input type="checkbox" ng-checked="all">CSS<br>
        <input type="checkbox" ng-checked="all">PHP<br>

        <input type="radio" ng-checked="all">HTML<br>
        <input type="radio" ng-checked="all">AngularJS
    </body>
</html>


www.wikitechy.com © Copyright 2016. All Rights Reserved.