Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32768890
radio.react.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
303 B
Referenced Files
None
Subscribers
None
radio.react.js
View Options
// @flow
import
*
as
React
from
'react'
;
import
css
from
'./radio.css'
;
type
Props
=
{
+
checked
:
boolean
,
};
function
Radio
(
props
:
Props
)
:
React
.
Node
{
const
{
checked
}
=
props
;
return
(
<
input
className
=
{
css
.
radio
}
type
=
"radio"
checked
=
{
checked
}
readOnly
/>
);
}
export
default
Radio
;
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Fri, Jan 9, 1:23 PM (21 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5905057
Default Alt Text
radio.react.js (303 B)
Attached To
Mode
rCOMM Comm
Attached
Detach File
Event Timeline
Log In to Comment