The checkbox widget implements the checkbox also like as Html you can look my the demo checkbox on github.
Download this repository and consult the Alloy Documentation on how to install it, or simply use the gitTio CLI:
$ gittio install com.dialike.checkbox
Add the widget to your Project:
<View id="container">
<Widget id="checkbox" src="com.dianlike.checkbox" />
</View>
$.checkbox.init();
$.checkbox.value(); // will get checkbox current if checked All is ok!



