Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123106153
Switch.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jul 24, 21:35
Size
380 B
Mime Type
text/x-java
Expires
Sat, Jul 26, 21:35 (2 d)
Engine
blob
Format
Raw Data
Handle
27589724
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
Switch.js
View Options
import
*
as
React
from
'react'
;
import
FormCheck
from
'./FormCheck'
;
import
{
jsx
as
_jsx
}
from
"react/jsx-runtime"
;
const
Switch
=
/*#__PURE__*/
React
.
forwardRef
((
props
,
ref
)
=>
/*#__PURE__*/
_jsx
(
FormCheck
,
{
...
props
,
ref
:
ref
,
type
:
"switch"
}));
Switch
.
displayName
=
'Switch'
;
export
default
Object
.
assign
(
Switch
,
{
Input
:
FormCheck
.
Input
,
Label
:
FormCheck
.
Label
});
Event Timeline
Log In to Comment