JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://cdn.bootcss.com/angular.js/1.3.14/angular.js"></script>
<body>
<div ng-app="">
<p>
<button ng-disabled="mySwitch">Click Me!</button>
</p>
<p>
<input type="checkbox" ng-model="mySwitch" />Button({{mySwitch}})</p>
</div>
</body>