<Any> getValue()
Returns:
<Any> one of [checkedValue,uncheckedValue]
initEvents()
Clear the previous events and listen for the "change" event
onChange(e)
Function called when the checkbox is toggled
renderComponent()
Render the checkbox and the hidden field
setOptions()
Adds the CheckBox specific options
setValue(value)
Set the value of the checkedbox
Parameters:
value <Any>
- The value schould be one of [checkedValue,uncheckedValue]
TODO: Throw an exception otherwise ?