radioBehavior

Specifies that only one radio button in a group can be highlight at a time.

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:

# Syntax

set the radioBehavior of group to {true | false}

# Examples

set the radioBehavior of last group to true

# Description

Use the radioBehavior property to create a radio button.

If a group's radioBehavior property is set to true, highlight any radio button in the group unhighlights any other radio buttons--that is, the buttons in the group behave like a radio button, with the options being mutually exclusive.

If the radioBehavior is false, highlight 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,

# See

- **keyword:** button - **property:** hilitedButtonName, tabGroupBehavior, style - **command:** hilite, group - **function:** selectedButton - **glossary:** property, highlight, radio button, group - **object:** button