Skip to main content

ASPxClientRadioButton.GetChecked Method

Returns a value indicating whether the radio button is checked.

#Declaration

TypeScript
GetChecked(): boolean

#Returns

Type Description
boolean

true if the radio button is checked; otherwise, false.

#Remarks

Use the GetChecked method on the client side to determine the checked status of the radio button.

See Also