InputElement.SetRadioValue

InputElement.SetRadioValue method

Sets the checkedness state for the input element with the radio type.

public void SetRadioValue(bool value)
ParameterTypeDescription
valueBooleanThe checkedness.

See Also