Entracte (TypeScript)
Preparing search index...
views/settings/components/rows
CheckboxRowProps
Type Alias CheckboxRowProps
type
CheckboxRowProps
=
{
label
:
ReactNode
;
onChange
:
(
next
:
boolean
)
=>
void
;
onlyOn
?:
Platform
[]
;
tip
?:
string
;
value
:
boolean
;
}
Index
Properties
label
on
Change
only
On?
tip?
value
Properties
label
label
:
ReactNode
on
Change
onChange
:
(
next
:
boolean
)
=>
void
Optional
only
On
onlyOn
?:
Platform
[]
Restrict the control to these platforms; on others it renders disabled with a suffix.
Optional
tip
tip
?:
string
value
value
:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
label
on
Change
only
On
tip
value
Entracte (TypeScript)
Loading...
Restrict the control to these platforms; on others it renders disabled with a suffix.