CheckBox3 Add-on
CheckBox component to manage null value as indeterminate state
CheckBox3 component allow to use null value as indeterminate state.
It is useful when you want filter displayed results by 3-state checkbox.
Sample code
CheckBox3 checkBox3=new CheckBox3("indeterminate", null); checkBox3.addValueChangeListener(e -> Notification.show("value is " + e.getValue()));
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Final version
- Released
- 2018-10-16
- Maturity
- STABLE
- License
- GNU General Public License v3.0 only
Compatibility
- Framework
- Vaadin 8.5
- Browser
- Browser Independent