Skip to content
Commit ffdbb651 authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Fix unneeded checkbox name for checkbox not in group



If the "name" property is given to a "CheckboxRadioSwitch" the checkbox
is assumed to be part of a group, so "checked" needs to be an array
rather than a boolean. To prevent an error when mounting the component
and given that the checkbox is not used in a group the "name" property
was removed.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent 7e57def3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment