GenericCheckbox

Parent Class: GenericElement

This class has the logic of a checkbox, it can be checked, unchecked or undetermined.


Class Properties

  • mCurrentValue: This variable is an ENUM that stores the current value, it can be Checked, Unchecked or Undetermined.
  • mDefaultValue: This variable stores the default value of the checkbox, it can be Checked, Unchecked or Undetermined.