RadioButton
Description
Usage
<WMStyleBase model=@radioModel></WMStyleBase>
<div class="@radioModel.GetStringClasses()">
<label for="@radioModel.Name" style="@GetCheckAlignStyle()">
<input type="radio" id="@radioModel.Name"
checked="@radioModel.Checked"
@onchange="onOptionChanged" />
@radioModel.Text
</label>
</div>
<style>
[email protected]() {
/* Additional styling can be applied here */
}
</style>
Properties
Methods
Dynamic Rendering
Alignment Options
Events
Last updated