RadioGroupItemTagHelper
Example
Razor
<kendo-radiogroup-item>
</kendo-radiogroup-item>
Attributes
| Attribute | Type | Description |
|---|---|---|
| css-class | String | Custom class that would be set on the respective k-radio-item element. |
| enabled | Boolean | Defines whether the radio button is enabled or not. By default all radio buttons are enabled. |
| encoded | Boolean | Determines whether the radio button label content should be rendered as an HTML string or it should be encoded. |
| html-attributes | IDictionary<String,Object> | Collection of key-value pairs that would be used to generate the attributes attached to each k-radio-item element. |
| label | String | Specifies the label content for the radio button. |
| value | String | Specifies the value for the radio button. |