Form This Code. I will add some think of some function ? <form method="get" action="#">
<script>
var obj = new AW.UI.CheckedList;
obj.setName("CBox");
//var obj = new AW.UI.CheckedList;
obj.setItemText(["Home", "Favorites", "Font size", "Search"]);
obj.setItemImage(["home", "favorites", "fontsize", "search"]);
obj.setItemCount(4);