Radio group control in Power Apps (preview)

[This article is pre-release document and is subject to change.]

An input control that shows multiple options, of which users can select only one at a time.

Description

A Radio group control is best used with only a few, mutually exclusive options. The key properties for this control are Items and DefaultSelectedItems.

General

Items – List of items to be shown in radio group. This can be array (select value in field) or this can be a data column from a table.

AccessibleLabel – Label for screen readers.

Visible - Whether a control appears or is hidden.

Behavior

DisplayMode – Whether the control allows user input (Edit), only displays data (View), or is disabled (Disabled).

Size and position

Layout - Whether the options are laid out vertically, horizontally, or horizontally stacked.

X – The distance between the left edge of a control and the left edge of its parent container (screen if no parent container).

Y – The distance between the top edge of a control and the top edge of the parent container (screen if no parent container).

Width - The distance between a control's left and right edges.

Height - The distance between a control's top and bottom edges.

Style and theme

BasePaletteColor - The color palette applied to a control. This impacts all surfaces of the control that render a theme color.

Font - The name of the family of fonts in which text appears.

FontSize - The font size of the text that appears on a control. If the value is null or zero, then the font size is driven by selected Fluent theme.

FontColor - The color of text in a control.

FontWeight - The weight of the text in a control: Bold, Lighter, Normal, or Semibold.

FontItalic - Whether the text in a control is italic.

FontUnderline - Whether a line appears under the text that appears on a control.

FontStrikethrough - Whether a line appears through the text that appears on a control.

Additional properties

DefaultSelectedItems - The value of a control before the user changes it.

OnChange - Actions to perform when the user changes the value of a control.

OnSelect - Actions to perform when the user selects a control.