You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The value of the component should be of type Array consisting of string values of the checkboxes in the similar fashion the <vaadin-radio-group>'s value is derived from the contained <vaadin-radio-button>'s.
Changing the value array should check the matching contained checkboxes and uncheck the ones that don't match.
The <vaadin-checkbox-group> doesn't need special handling for arrow keys like <vaadin-radio-group> does.
Create a
<vaadin-checkbox-group>
element whosevalue
derives from the<vaadin-checkbox>
es wrapped inside of it.Here's how you'd use the component:
The value of the component should be of type
Array
consisting ofstring
values of the checkboxes in the similar fashion the<vaadin-radio-group>
's value is derived from the contained<vaadin-radio-button>
's.Changing the
value
array should check the matching contained checkboxes and uncheck the ones that don't match.The
<vaadin-checkbox-group>
doesn't need special handling for arrow keys like<vaadin-radio-group>
does.Label
Form validation APIs built-in
Inspiration:
<vaadin-radio-group>
items
array, light-dom api only for nowThe text was updated successfully, but these errors were encountered: