Issue 17: Form - Checkbox - nested fields do not appear/disappear

Component Issues:
Component: Form - Checkbox - nested fields do not appear/disappear when parent check-box is checked/unchecked

See test examples and screenshot below:
JSON: http://webix.com/snippet/84ff2a80

XML: http://webix.com/snippet/fe07e9f3
http://www.softcreator.com/WebIx/Issues/017_Form_Checkbox_Nesting_does_not_work/017_Form_Checkbox_Nesting_does_not_work.png

This is expected behavior. The sub-layouts is not controlled by the top level controls automatically. You can add the logic to do so though.

http://webix.com/snippet/14ac687c

I will add such behavior as feature request for next versions.

I will add such behavior as feature request for next versions.

Thank you.

Can you also add the following options:

  1. Disable/Enable instead of Hide/Show

  2. Reverse Hide/Show (Disable/Enable), when the nested group hides when the check-box is Unchecked (instead of Checked, like it behaves traditionally).

For example, Layout → properties:

[x] Borderless

Border Type [___________]

Field “Border Type” should be accessible only when check-box Borderless is Unchecked.