- Issue created by @majid.ali
- Status changed to Closed: won't fix
over 1 year ago 11:55am 25 May 2023 - πΊπΈUnited States jrockowitz Brooklyn, NY
Below is an example of attempting to get a condition working when any checkbox is selected. It does not work as expected. This feature is not supported and should be handled using custom code.
checkboxes: '#type': checkboxes '#title': checkboxes '#options': one: one two: two three: three one: '#type': markup '#states': visible: ':input[name="checkboxes[one]"]': checked: true '#markup': '<p>One</p>' two: '#type': markup '#states': visible: ':input[name="checkboxes[two]"]': checked: true '#markup': '<p>Two</p>' three: '#type': markup '#states': visible: ':input[name="checkboxes[three]"]': checked: true '#markup': '<p>three</p>' any: '#type': markup '#states': visible: ':input[name^="checkboxes"]': checked: true '#markup': '<p>Any</p>'
- π΅π±Poland IProSoft
Hi,
I've also found this problem in webform conditional.
Is this still not supported ?