Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/flowsafe/approval-ui
CheckboxProps
Interface CheckboxProps
interface
CheckboxProps
{
checked
:
boolean
;
disabled
?:
boolean
;
label
:
string
;
onChange
:
(
checked
:
boolean
)
=>
void
;
}
Index
Properties
checked
disabled?
label
on
Change
Properties
checked
checked
:
boolean
Optional
disabled
disabled
?:
boolean
label
label
:
string
Accessible label — reference the record (e.g. its title), not just "select".
on
Change
onChange
:
(
checked
:
boolean
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
checked
disabled
label
on
Change
Documentation
GitHub
Anchorage API reference
Loading...
Accessible label — reference the record (e.g. its title), not just "select".