The CHECKBOX component represents a normal check box. It refers to a boolean value (attribute SELECTED). 

By default it represents to states (true or false) but it may also be used as tiple state check box - in this case binding to a Boolean-object value on server side (true, false or null).