Radiobutton List
Schema Alias: Umbraco.RadioButtonList
UI Alias: Umb.PropertyEditorUi.RadioButtonList
Returns: string
Pretty much like the name indicates this Data type enables editors to choose from list of radio buttons and returns the value of the selected item as string.
Data Type Definition Example

Content Example

MVC View Example
Typed
Without Models Builder
With Models Builder
Add values programmatically
See the example below to see how a value can be added or changed programmatically. To update a value of a property editor you need the Content Service.
Although the use of a GUID is preferable, you can also use the numeric ID to get the page:
If Models Builder is enabled you can get the alias of the desired property without using a magic string:
Last updated
Was this helpful?