Skip to main content
Version: 1.x

@microsoft/fast-foundation > CheckboxOptions

CheckboxOptions type

Checkbox configuration options

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