vuestic-ui
vuestic-ui copied to clipboard
Why do we need support arrayValue in checkbox?
https://vuestic.dev/en/ui-elements/checkbox#grouped-array https://vuestic.dev/en/ui-elements/option-list#default
Look at first demo, on second... First and then again second... Could you see the difference?
@Azgiliat can you help to figure out if they're exactly the same?
They are really the same. So if we have special component (VaOptionList
) to group form inputs, there is no point to handle array-value prop in VaCheckbox
We want to check if prop array-value is used in option list instead of separate implementation.
Moved to https://github.com/epicmaxco/vuestic-ui/issues/2450