fields:
options:
label: Options
type: multiselect
options:
- Sizes
sizes:
type: checkboxes
when:
options: Sizes
options:
- S
- M
- L
- XL
- XXL
I want to use conditional fields with multiselect like above sample. But it is not working.
It is working with select but not with multiselect field.
Thanks