Removes focus from the radio control.
Checks for validity of the control and emits the invalid event if it invalid.
Simulates a click on the radio control.
Sets focus on the radio control.
Checks for validity of the control and shows the browser message if it invalid.
Sets a custom validation message for the control.
As long as message is not empty, the control is considered invalid.
Slot
Slot
helper-text - Renders content below the input.
Slot
value-missing - Renders content when the required validation fails.
Slot
custom-error - Renders content when setCustomValidity(message) is set.
Slot
invalid - Renders content when the component is in invalid state (validity.valid = false).
Csspart
base - The radio control base wrapper.
Csspart
control - The radio input control.
Csspart
label - The radio control label.