jeudi 2 mars 2017

Change the CSS of Checkbox inside the script template

I am using list,Inside i have checkbox,where it is taking default CSS of checkbox,how i can change the CSS style of checkbox below is my code.I need to change the css of checkbox

  <div id="DepartmentList">
          <ul  data-role="listview" data-style="inset" data-template="script-id" data-source="listData"></ul>
          <script id="script-id" type="text/x-kendo-template">
              <div>
                  <input type="checkbox" value="#: department#" class="checkclass" onchange="handleDepartmentChange(this);" />
                  <h3 class="checkclass">#: department#</h3>

              </div>
          </script>
      </div>




Aucun commentaire:

Enregistrer un commentaire