masterplan-optimizer-frontend / SwitchProps
Interface: SwitchProps¶
Defined in: src/components/ui/Switch.tsx:4
Props for the compact binary switch control.
Properties¶
checked¶
checked:
boolean
Defined in: src/components/ui/Switch.tsx:5
className?¶
optionalclassName?:string
Defined in: src/components/ui/Switch.tsx:10
disabled?¶
optionaldisabled?:boolean
Defined in: src/components/ui/Switch.tsx:9
leftLabel?¶
optionalleftLabel?:string
Defined in: src/components/ui/Switch.tsx:7
onChange¶
onChange: (
checked) =>void
Defined in: src/components/ui/Switch.tsx:6
Parameters¶
checked¶
boolean
Returns¶
void
rightLabel?¶
optionalrightLabel?:string
Defined in: src/components/ui/Switch.tsx:8