This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
twine1:radio [2017/09/15 14:16] videlais |
twine1:radio [2017/10/09 20:39] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== <<radio>> ====== | ====== <<radio>> ====== | ||
- | The <<radio>> macro lets you offer your reader with a familiar radio button input. While a [[<<checkbox>>]] set lets the reader make multiple choices, radio buttons are mutually exclusive--your reader can choose only one option. | + | The <<radio>> macro lets you offer your reader with a familiar radio button input. While a [[twine1: |
+ | button | <<checkbox>>]] set lets the reader make multiple choices, radio buttons are mutually exclusive--your reader can choose only one option. | ||
- | Note that, in order for the value to be stored, there must be a [[<<button>>]] in the passage, and the user must click it. | + | Note that, in order for the value to be stored, there must be a [[ twine1:button | <<button>>]] in the passage, and the user must click it. |
This code sample: | This code sample: |