This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision |
| scripting:dialogs:radiobutton [2015/03/25 11:22] – [Radio Button] admin | scripting:dialogs:radiobutton [2018/01/10 20:41] (current) – external edit 127.0.0.1 |
|---|
| ====== Radio Button ====== | ====== Radio Button ====== |
| |
| Standalone radio button control to show exclusive choices. | |
| {{ :scripting:dialogs:radiobutton.png|Radio Button Demo}} | {{ :scripting:dialogs:radiobutton.png|Radio Button Demo}} |
| | Standalone radio button control to show exclusive choices. |
| |
| |
| | **id** | empty | id (name) of the script data object (boolean) associated with control | | | **id** | empty | id (name) of the script data object (boolean) associated with control | |
| | **title** | empty | title of the control. | | | **title** | empty | title of the control. | |
| | | **align** | stretched | [[scripting:dialogs:align|Alignment]] of the control | |
| | **groupstart** | false | Indicator of group start. Group ends by next radio button with //groupstart// set or by last standalone radio button control. Only one radio button in group can be selected. | | | **groupstart** | false | Indicator of group start. Group ends by next radio button with //groupstart// set or by last standalone radio button control. Only one radio button in group can be selected. | |
| | **checked** | false | Checked state of the control. Will be taken if no state variable is bound (variable in dialog storage with name corresponding to //id// property) | | | **checked** | false | Checked state of the control. Will be taken if no state variable is bound (variable in dialog storage with name corresponding to //id// property) | |