Class UIFormCheckBoxInput<T>

Type Parameters:
T - The type of value that is expected
All Implemented Interfaces:
UIFormInput<T>

@Deprecated public class UIFormCheckBoxInput<T> extends UIFormInputBase<T>
Deprecated.
use UICheckBoxInput instead
Represents a checkbox field.