Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

RadioButton

The RadioButton offers a binary choice.

Usage

The RadioButton is used as any other view.

The component has initializes with a isSelected Binding as any other control.

RadioButton(isSelected: $isRadioButtonSelected)