@microsoft/fast-foundation > RadioControl
RadioControl type
A structure representing a Radio element
Signature:export declare type RadioControl = Pick<HTMLInputElement, "checked" | "disabled" | "readOnly" | "focus" | "setAttribute" | "getAttribute">;