This plugin is being developed under GNU General Public License v3.0. Please click the license link for further information about contribution.
categoryList.js is a jQuery plugin which manages the checkboxes' "checked" or "unchecked" status according to their hierarchy. If any checkbox in the nest is clicked, the function either checks or unchecks other related checkboxes.
checkboxClick function can be implemented to every checkbox type input element by adding
onclick="checkboxClick(this.id)"
Demo view is still under construction.
categoryList.jsorcategoryList.min.jsfile should be included- jQuery should be included
onclick="checkboxClick(this.id)"should be implemented to everycheckboxtypeinputelement.
As soon as there is no change in class names and function names, the module should work right away.