Represents a radio button.
Inherits: CheckBoxBase : ValuedControl : Control : UIElement : UIElementBaseA set of radio buttons is associated with a single value. Typically, such a set is located inside a FieldSet container, although this is not obligatory.
Name | Type | Description |
---|---|---|
CheckedValue | Scalar type (String, Number, и т.д.) | Obligatory. The value at which the button will be marked. Can be a binding. |
Style | RadioButtonStyle | Button type. It can be displayed as a standard radio button or as a check box. Displaying as a checkbox is most commonly used in reports. |
Base item properties |
Suppose the model has an Element
item that has the Option
property.
XAML
Result