A simple Angularjs directive for Highcharts. This library is available under the MIT license. However it and is a wrapper for Highcharts. Highcharts itself has an own ...
In Angular one checkbox <input type="checkbox" ng-model="..."> is linked with one model. But in practice we usually want one model to store array of checked values from several checkboxes.