Update docs

This commit is contained in:
Mina Lee 2017-01-23 14:08:38 +09:00
parent 66b513c58f
commit a9f02d2967

View file

@ -56,6 +56,8 @@ Also you can separate option's display name and value, using `${formName=default
<img src="../assets/themes/zeppelin/img/screenshots/form_select_displayname.png" />
Hit enter after selecting option to run the paragraph with new value.
### Checkbox form
For multi-selection, you can create a checkbox form using `${checkbox:formName=defaultValue1|defaultValue2...,option1|option2...}`. The variable will be substituted by a comma-separated string based on the selected items. For example: