gslender
29 Apr 2008, 2:19 AM
CheckBox does not allow you to set a Validator like TextField - this function would be nice for cases when CheckBox must be selected (ie like agreeing or enabling something that is mutual to proceed) - notification could then be used to explain that checking is required to proceed etc...
edit - simple solution would be to add method setAllowBlank(false) and utilise the invalidText property for displaying reason.
edit - simple solution would be to add method setAllowBlank(false) and utilise the invalidText property for displaying reason.