radioBehavior | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | group | ||||||
Summary | Specifies that only one radio button in a group can be highlighted at a time. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: button Property: hilitedButtonName, tabGroupBehavior, style Command: hilite, group Function: selectedButton Glossary: property, highlight, radio button, group Object: button | ||||||
Description | Use the radioBehavior property to create a radio-button cluster. If a group's radioBehavior property is set to true, highlighting any radio button in the group unhighlights any other radio buttons--that is, the buttons in the group behave like a radio-button cluster, with the options being mutually exclusive. If the radioBehavior is false, highlighting a button does not affect the hilite property of other buttons in the group. The radioBehavior property does not affect buttons whose style is not set to radioButton. | ||||||
Tags | ui |