For a field (example: checkbox), under Events, you can only put in one element identifier and not a comma separated list (which would be great). You can get around this a little bit by adding a class to each element you want to be affected at once - but still.
The Enable and Show actions don't work to enable/show or hide/disable a checkbox when selected using a class, or using the id, but they do correctly enable/disable validation. To have them show/hide and enable/disable the checkbox you have to target the checkbox name. EDIT: adding a class to a checkbox under advanced -> container class doesn't actually add the class.
When targeting the class of a text field, the show/hide and enable/disable actions work, but the enable validation / disable validation action does not.
The disable action will disable the input of a checkbox, but will only add a "disabled" class to the containing div of text fields (and I assume other field types) - EDIT: it will disable the field itself when targeting the field name, not when targeting the class
If you uncheck "Enable ghost" on a checkbox, and target it with the checkbox name in a hide+disable+disable validation action, it will disable and disable validation but it will not hide it.
If you uncheck "Enable ghost" on a checkbox, and target it with a class in a hide+disable+disable validation action, it will not disable or hide the checkbox, and if the checkbox is required and moves (for example because other fields above it are hidden) then the red required asterisk will stay in the same place on the page and not move with the checkbox.
The Enable and Show actions don't work to enable/show or hide/disable a checkbox when selected using a class, or using the id, but they do correctly enable/disable validation. To have them show/hide and enable/disable the checkbox you have to target the checkbox name. EDIT: adding a class to a checkbox under advanced -> container class doesn't actually add the class.
When targeting the class of a text field, the show/hide and enable/disable actions work, but the enable validation / disable validation action does not.
The disable action will disable the input of a checkbox, but will only add a "disabled" class to the containing div of text fields (and I assume other field types) - EDIT: it will disable the field itself when targeting the field name, not when targeting the class
If you uncheck "Enable ghost" on a checkbox, and target it with the checkbox name in a hide+disable+disable validation action, it will disable and disable validation but it will not hide it.
If you uncheck "Enable ghost" on a checkbox, and target it with a class in a hide+disable+disable validation action, it will not disable or hide the checkbox, and if the checkbox is required and moves (for example because other fields above it are hidden) then the red required asterisk will stay in the same place on the page and not move with the checkbox.