InputElement.SetCheckboxValue

InputElement.SetCheckboxValue method

Sets the checkedness state for the input elemen with the Checkbox type.

public void SetCheckboxValue(bool value)
ParameterTypeDescription
valueBooleanThe checkedness.

See Also