@microsoft/fast-foundation > Switch > readOnly
Switch.readOnly property
When true, the control will be immutable by user interaction. See readonly HTML attribute for more information.
Signature:readOnly: boolean;
Remarks
HTML Attribute: readonly