In this short video you will see creating a support class for modelling the checkbox elements with helper methods (check, uncheck, toggle and isChecked)
We will start with creating an interface ICheckbox for creating protocol for the Checkbox elements
Lessons learned through this can be used for modelling complex elements in your websites.