Skip to main content
Version: 1.x

@microsoft/fast-foundation > RadioOptions

RadioOptions type

Radio configuration options

Signature:
export declare type RadioOptions = FoundationElementDefinition & {
checkedIndicator?: string | SyntheticViewTemplate;
};