A Radio button is a button that can be either checked or unchecked. A user can tap the button to check or uncheck it. It can also be checked from the template using the checked property
Use an element with a RadioGroupController attribute to group a set of radio button. When radio buttons are inside a RadioGroupController, just one radio in the group can be checked at any time. If a radio button is not placed in a group, they will all have the ability to be checked at the same time
Source Code
Attributes
Métodos
References
To see the complete sample, go to
See also our showing how to use Radios.
See the for more information.
Type
Name
Description
int
checkColor
Set to the color of the check, if you want to make it different of the foreground color
boolean
leftJustify
Set to true to left justify this control if the width is above the preferred one