layout: default title: RadioButtonsInput parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Widgets

RadioButtonsInput Class

https://developers.arcgis.com/javascript/latest/api-reference/esri-form-elements-inputs-RadioButtonsInput.html
ArcGIS Maps SDK for JavaScript

public class RadioButtonsInput : dymaptic.GeoBlazor.Core.Components.Widgets.FormInput

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 FormInput 🡒 RadioButtonsInput

Remarks

Coded-value domains are required when using this input type. Previously, fields containing values that weren’t compatible with their associated coded-value domain(s) displayed the option and would remove it once a user updated the value. The RadioButtonsInput will now keep the value, but it will not display an option in the user interface.

Properties

RadioButtonsInput.NoValueOptionLabel Property

The text used to represent a null value.

public string? NoValueOptionLabel { get; set; }

Property Value

System.String

RadioButtonsInput.ShowNoValueOption Property

Determines whether a null value option is displayed. This only applies to fields that support null values.

public System.Nullable<bool> ShowNoValueOption { get; set; }

Property Value

System.Nullable<System.Boolean>

RadioButtonsInput.Type Property

The type of form element input.

public override string Type { get; }

Property Value

System.String