| Property | Type | Description |
|---|---|---|
alt | string | User-readable description of the image being displayed. |
label | string | |
src | string | URL of the image resource. |
type | ImageSelectorType | ImageSelectors can behave a radio or checkbox controls. One of: Checkbox, Radio |
autoFocus? | boolean | |
checked? | boolean | Programatically check the box. |
className? | string | |
defaultChecked? | boolean | |
disabled? | boolean | Display as disabled. |
error? | boolean | |
id? | string | |
name? | string | |
onBlur? | React.FormEventHandler | |
onChange? | React.FormEventHandler | |
onError? | React.EventHandler | Callback that fires when image fails to load. |
onFocus? | React.FormEventHandler | |
onLoad? | React.EventHandler | Callback that fires when image loads. |
refDelegate? | | |
refHandler? | | |
required? | boolean | |
sizes? | | The intended display size of the image at various breakpoints. Accepts an array of objects that contain a size, and optionally a mediaCondition. |
srcSet? | CoreSrcSet | A configuration object for responsive image display. Accepts an object with valid descriptors for keys and image urls for values. |
tabIndex? | number | |
value? | string |