Skip to main content

@microsoft/fast-foundation > CheckboxOptions

CheckboxOptions type

Checkbox configuration options

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