Class UICheckBoxInput

All Implemented Interfaces:
UIFormInput<Boolean>

public class UICheckBoxInput extends UIFormInputBase<Boolean>

Represent an html checkbox input
This class is a replacement for UIFormCheckBoxInput
Still support raising event when user click the checkbox, but now we only accept boolean value.

Version:
$Id$
Author:
Vu Viet Phuong