API Reference > ui-core > Inputs > RadioProps RadioProps Interface Properties for Radio component Extends InputHTMLAttributes<HTMLInputElement> CommonProps LabeledComponentProps Inherited properties Name Type Inherited from Description about undefined | string HTMLAttributes accept undefined | string InputHTMLAttributes<HTMLInputElement> accessKey undefined | string HTMLAttributes alt undefined | string InputHTMLAttributes<HTMLInputElement> aria-activedescendant undefined | string AriaAttributes Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. aria-atomic boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. aria-autocomplete "none" = undefined | "inline" = undefined | "list" = undefined | "both" = undefined AriaAttributes Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be aria-busy boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. aria-checked boolean | "false" = undefined | "mixed" = undefined | "true" = undefined AriaAttributes Indicates the current "checked" state of checkboxes, radio buttons, and other widgets. aria-colcount undefined | number AriaAttributes Defines the total number of columns in a table, grid, or treegrid. aria-colindex undefined | number AriaAttributes Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. aria-colspan undefined | number AriaAttributes Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. aria-controls undefined | string AriaAttributes Identifies the element (or elements) whose contents or presence are controlled by the current element. aria-current boolean | "false" = undefined | "true" = undefined | "page" = undefined | "step" = undefined | "location" = undefined | "date" = undefined | "time" = undefined AriaAttributes Indicates the element that represents the current item within a container or set of related elements. aria-describedby undefined | string AriaAttributes Identifies the element (or elements) that describes the object. aria-details undefined | string AriaAttributes Identifies the element that provides a detailed, extended description for the object. aria-disabled boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. aria-dropeffect "none" = undefined | "copy" = undefined | "execute" = undefined | "link" = undefined | "move" = undefined | "popup" = undefined AriaAttributes Indicates what functions can be performed when a dragged object is released on the drop target. aria-errormessage undefined | string AriaAttributes Identifies the element that provides an error message for the object. aria-expanded boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. aria-flowto undefined | string AriaAttributes Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, aria-grabbed boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates an element's "grabbed" state in a drag-and-drop operation. aria-haspopup boolean | "false" = undefined | "true" = undefined | "menu" = undefined | "listbox" = undefined | "tree" = undefined | "grid" = undefined | "dialog" = undefined AriaAttributes Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. aria-hidden boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates whether the element is exposed to an accessibility API. aria-invalid boolean | "false" = undefined | "true" = undefined | "grammar" = undefined | "spelling" = undefined AriaAttributes Indicates the entered value does not conform to the format expected by the application. aria-keyshortcuts undefined | string AriaAttributes Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. aria-label undefined | string AriaAttributes Defines a string value that labels the current element. aria-labelledby undefined | string AriaAttributes Identifies the element (or elements) that labels the current element. aria-level undefined | number AriaAttributes Defines the hierarchical level of an element within a structure. aria-live "off" = undefined | "assertive" = undefined | "polite" = undefined AriaAttributes Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. aria-modal boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates whether an element is modal when displayed. aria-multiline boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates whether a text box accepts multiple lines of input or only a single line. aria-multiselectable boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates that the user may select more than one item from the current selectable descendants. aria-orientation "horizontal" = undefined | "vertical" = undefined AriaAttributes Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns undefined | string AriaAttributes Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship aria-placeholder undefined | string AriaAttributes Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. aria-posinset undefined | number AriaAttributes Defines an element's number or position in the current set of listitems or treeitems. aria-pressed boolean | "false" = undefined | "mixed" = undefined | "true" = undefined AriaAttributes Indicates the current "pressed" state of toggle buttons. aria-readonly boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates that the element is not editable, but is otherwise operable. aria-relevant "additions" = undefined | "additions text" = undefined | "all" = undefined | "removals" = undefined | "text" = undefined AriaAttributes Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. aria-required boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates that user input is required on the element before a form may be submitted. aria-roledescription undefined | string AriaAttributes Defines a human-readable, author-localized description for the role of an element. aria-rowcount undefined | number AriaAttributes Defines the total number of rows in a table, grid, or treegrid. aria-rowindex undefined | number AriaAttributes Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. aria-rowspan undefined | number AriaAttributes Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. aria-selected boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates the current "selected" state of various widgets. aria-setsize undefined | number AriaAttributes Defines the number of items in the current set of listitems or treeitems. aria-sort "none" = undefined | "ascending" = undefined | "descending" = undefined | "other" = undefined AriaAttributes Indicates if items in a table or grid are sorted in ascending or descending order. aria-valuemax undefined | number AriaAttributes Defines the maximum allowed value for a range widget. aria-valuemin undefined | number AriaAttributes Defines the minimum allowed value for a range widget. aria-valuenow undefined | number AriaAttributes Defines the current value for a range widget. aria-valuetext undefined | string AriaAttributes Defines the human readable text alternative of aria-valuenow for a range widget. autoCapitalize undefined | string HTMLAttributes autoComplete undefined | string InputHTMLAttributes<HTMLInputElement> autoCorrect undefined | string HTMLAttributes autoFocus undefined | false | true InputHTMLAttributes<HTMLInputElement> autoSave undefined | string HTMLAttributes capture boolean | string InputHTMLAttributes<HTMLInputElement> checked undefined | false | true InputHTMLAttributes<HTMLInputElement> children undefined | ReactNode DOMAttributes className undefined | string HTMLAttributes color undefined | string HTMLAttributes contentEditable Booleanish | "inherit" = undefined HTMLAttributes contextMenu undefined | string HTMLAttributes crossOrigin undefined | string InputHTMLAttributes<HTMLInputElement> dangerouslySetInnerHTML undefined | { __html: string } DOMAttributes datatype undefined | string HTMLAttributes defaultChecked undefined | false | true HTMLAttributes defaultValue string | number | string[] HTMLAttributes dir undefined | string HTMLAttributes disabled undefined | false | true InputHTMLAttributes<HTMLInputElement> draggable undefined | Booleanish HTMLAttributes form undefined | string InputHTMLAttributes<HTMLInputElement> formAction undefined | string InputHTMLAttributes<HTMLInputElement> formEncType undefined | string InputHTMLAttributes<HTMLInputElement> formMethod undefined | string InputHTMLAttributes<HTMLInputElement> formNoValidate undefined | false | true InputHTMLAttributes<HTMLInputElement> formTarget undefined | string InputHTMLAttributes<HTMLInputElement> height number | string InputHTMLAttributes<HTMLInputElement> hidden undefined | false | true HTMLAttributes id undefined | string HTMLAttributes inlist undefined | any HTMLAttributes inputClassName undefined | string LabeledComponentProps Custom CSS class name for the checkbox input element inputMode "none" = undefined | "text" = undefined | "tel" = undefined | "url" = undefined | "email" = undefined | "numeric" = undefined | "decimal" = undefined | "search" = undefined HTMLAttributes Hints at the type of data that might be entered by the user while editing the element or its contents inputStyle undefined | React.CSSProperties LabeledComponentProps Custom CSS Style for the checkbox input element is undefined | string HTMLAttributes Specify that a standard HTML element should behave like a defined custom built-in element itemID undefined | string HTMLAttributes itemProp undefined | string HTMLAttributes itemRef undefined | string HTMLAttributes itemScope undefined | false | true HTMLAttributes itemType undefined | string HTMLAttributes label undefined | string LabeledComponentProps Text that will be shown next to or above the input. labelClassName undefined | string LabeledComponentProps Custom CSS class name for the label labelStyle undefined | React.CSSProperties LabeledComponentProps Custom CSS Style for the label lang undefined | string HTMLAttributes list undefined | string InputHTMLAttributes<HTMLInputElement> max number | string InputHTMLAttributes<HTMLInputElement> maxLength undefined | number InputHTMLAttributes<HTMLInputElement> min number | string InputHTMLAttributes<HTMLInputElement> minLength undefined | number InputHTMLAttributes<HTMLInputElement> multiple undefined | false | true InputHTMLAttributes<HTMLInputElement> name undefined | string InputHTMLAttributes<HTMLInputElement> onAbort undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onAbortCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onAnimationEnd undefined | AnimationEventHandler<HTMLInputElement> DOMAttributes onAnimationEndCapture undefined | AnimationEventHandler<HTMLInputElement> DOMAttributes onAnimationIteration undefined | AnimationEventHandler<HTMLInputElement> DOMAttributes onAnimationIterationCapture undefined | AnimationEventHandler<HTMLInputElement> DOMAttributes onAnimationStart undefined | AnimationEventHandler<HTMLInputElement> DOMAttributes onAnimationStartCapture undefined | AnimationEventHandler<HTMLInputElement> DOMAttributes onAuxClick undefined | MouseEventHandler<HTMLInputElement> DOMAttributes onAuxClickCapture undefined | MouseEventHandler<HTMLInputElement> DOMAttributes onBeforeInput undefined | FormEventHandler<HTMLInputElement> DOMAttributes onBeforeInputCapture undefined | FormEventHandler<HTMLInputElement> DOMAttributes onBlur undefined | FocusEventHandler<HTMLInputElement> DOMAttributes onBlurCapture undefined | FocusEventHandler<HTMLInputElement> DOMAttributes onCanPlay undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onCanPlayCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onCanPlayThrough undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onCanPlayThroughCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onChange undefined | ChangeEventHandler<HTMLInputElement> InputHTMLAttributes<HTMLInputElement> onChangeCapture undefined | FormEventHandler<HTMLInputElement> DOMAttributes onClick undefined | MouseEventHandler<HTMLInputElement> DOMAttributes onClickCapture undefined | MouseEventHandler<HTMLInputElement> DOMAttributes onCompositionEnd undefined | CompositionEventHandler<HTMLInputElement> DOMAttributes onCompositionEndCapture undefined | CompositionEventHandler<HTMLInputElement> DOMAttributes onCompositionStart undefined | CompositionEventHandler<HTMLInputElement> DOMAttributes onCompositionStartCapture undefined | CompositionEventHandler<HTMLInputElement> DOMAttributes onCompositionUpdate undefined | CompositionEventHandler<HTMLInputElement> DOMAttributes onCompositionUpdateCapture undefined | CompositionEventHandler<HTMLInputElement> DOMAttributes onContextMenu undefined | MouseEventHandler<HTMLInputElement> DOMAttributes onContextMenuCapture undefined | MouseEventHandler<HTMLInputElement> DOMAttributes onCopy undefined | ClipboardEventHandler<HTMLInputElement> DOMAttributes onCopyCapture undefined | ClipboardEventHandler<HTMLInputElement> DOMAttributes onCut undefined | ClipboardEventHandler<HTMLInputElement> DOMAttributes onCutCapture undefined | ClipboardEventHandler<HTMLInputElement> DOMAttributes onDoubleClick undefined | MouseEventHandler<HTMLInputElement> DOMAttributes onDoubleClickCapture undefined | MouseEventHandler<HTMLInputElement> DOMAttributes onDrag undefined | DragEventHandler<HTMLInputElement> DOMAttributes onDragCapture undefined | DragEventHandler<HTMLInputElement> DOMAttributes onDragEnd undefined | DragEventHandler<HTMLInputElement> DOMAttributes onDragEndCapture undefined | DragEventHandler<HTMLInputElement> DOMAttributes onDragEnter undefined | DragEventHandler<HTMLInputElement> DOMAttributes onDragEnterCapture undefined | DragEventHandler<HTMLInputElement> DOMAttributes onDragExit undefined | DragEventHandler<HTMLInputElement> DOMAttributes onDragExitCapture undefined | DragEventHandler<HTMLInputElement> DOMAttributes onDragLeave undefined | DragEventHandler<HTMLInputElement> DOMAttributes onDragLeaveCapture undefined | DragEventHandler<HTMLInputElement> DOMAttributes onDragOver undefined | DragEventHandler<HTMLInputElement> DOMAttributes onDragOverCapture undefined | DragEventHandler<HTMLInputElement> DOMAttributes onDragStart undefined | DragEventHandler<HTMLInputElement> DOMAttributes onDragStartCapture undefined | DragEventHandler<HTMLInputElement> DOMAttributes onDrop undefined | DragEventHandler<HTMLInputElement> DOMAttributes onDropCapture undefined | DragEventHandler<HTMLInputElement> DOMAttributes onDurationChange undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onDurationChangeCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onEmptied undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onEmptiedCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onEncrypted undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onEncryptedCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onEnded undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onEndedCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onError undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onErrorCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onFocus undefined | FocusEventHandler<HTMLInputElement> DOMAttributes onFocusCapture undefined | FocusEventHandler<HTMLInputElement> DOMAttributes onGotPointerCapture undefined | PointerEventHandler<HTMLInputElement> DOMAttributes onGotPointerCaptureCapture undefined | PointerEventHandler<HTMLInputElement> DOMAttributes onInput undefined | FormEventHandler<HTMLInputElement> DOMAttributes onInputCapture undefined | FormEventHandler<HTMLInputElement> DOMAttributes onInvalid undefined | FormEventHandler<HTMLInputElement> DOMAttributes onInvalidCapture undefined | FormEventHandler<HTMLInputElement> DOMAttributes onKeyDown undefined | KeyboardEventHandler<HTMLInputElement> DOMAttributes onKeyDownCapture undefined | KeyboardEventHandler<HTMLInputElement> DOMAttributes onKeyPress undefined | KeyboardEventHandler<HTMLInputElement> DOMAttributes onKeyPressCapture undefined | KeyboardEventHandler<HTMLInputElement> DOMAttributes onKeyUp undefined | KeyboardEventHandler<HTMLInputElement> DOMAttributes onKeyUpCapture undefined | KeyboardEventHandler<HTMLInputElement> DOMAttributes onLoad undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onLoadCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onLoadStart undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onLoadStartCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onLoadedData undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onLoadedDataCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onLoadedMetadata undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onLoadedMetadataCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onLostPointerCapture undefined | PointerEventHandler<HTMLInputElement> DOMAttributes onLostPointerCaptureCapture undefined | PointerEventHandler<HTMLInputElement> DOMAttributes onMouseDown undefined | MouseEventHandler<HTMLInputElement> DOMAttributes onMouseDownCapture undefined | MouseEventHandler<HTMLInputElement> DOMAttributes onMouseEnter undefined | MouseEventHandler<HTMLInputElement> DOMAttributes onMouseLeave undefined | MouseEventHandler<HTMLInputElement> DOMAttributes onMouseMove undefined | MouseEventHandler<HTMLInputElement> DOMAttributes onMouseMoveCapture undefined | MouseEventHandler<HTMLInputElement> DOMAttributes onMouseOut undefined | MouseEventHandler<HTMLInputElement> DOMAttributes onMouseOutCapture undefined | MouseEventHandler<HTMLInputElement> DOMAttributes onMouseOver undefined | MouseEventHandler<HTMLInputElement> DOMAttributes onMouseOverCapture undefined | MouseEventHandler<HTMLInputElement> DOMAttributes onMouseUp undefined | MouseEventHandler<HTMLInputElement> DOMAttributes onMouseUpCapture undefined | MouseEventHandler<HTMLInputElement> DOMAttributes onPaste undefined | ClipboardEventHandler<HTMLInputElement> DOMAttributes onPasteCapture undefined | ClipboardEventHandler<HTMLInputElement> DOMAttributes onPause undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onPauseCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onPlay undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onPlayCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onPlaying undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onPlayingCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onPointerCancel undefined | PointerEventHandler<HTMLInputElement> DOMAttributes onPointerCancelCapture undefined | PointerEventHandler<HTMLInputElement> DOMAttributes onPointerDown undefined | PointerEventHandler<HTMLInputElement> DOMAttributes onPointerDownCapture undefined | PointerEventHandler<HTMLInputElement> DOMAttributes onPointerEnter undefined | PointerEventHandler<HTMLInputElement> DOMAttributes onPointerEnterCapture undefined | PointerEventHandler<HTMLInputElement> DOMAttributes onPointerLeave undefined | PointerEventHandler<HTMLInputElement> DOMAttributes onPointerLeaveCapture undefined | PointerEventHandler<HTMLInputElement> DOMAttributes onPointerMove undefined | PointerEventHandler<HTMLInputElement> DOMAttributes onPointerMoveCapture undefined | PointerEventHandler<HTMLInputElement> DOMAttributes onPointerOut undefined | PointerEventHandler<HTMLInputElement> DOMAttributes onPointerOutCapture undefined | PointerEventHandler<HTMLInputElement> DOMAttributes onPointerOver undefined | PointerEventHandler<HTMLInputElement> DOMAttributes onPointerOverCapture undefined | PointerEventHandler<HTMLInputElement> DOMAttributes onPointerUp undefined | PointerEventHandler<HTMLInputElement> DOMAttributes onPointerUpCapture undefined | PointerEventHandler<HTMLInputElement> DOMAttributes onProgress undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onProgressCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onRateChange undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onRateChangeCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onReset undefined | FormEventHandler<HTMLInputElement> DOMAttributes onResetCapture undefined | FormEventHandler<HTMLInputElement> DOMAttributes onScroll undefined | UIEventHandler<HTMLInputElement> DOMAttributes onScrollCapture undefined | UIEventHandler<HTMLInputElement> DOMAttributes onSeeked undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onSeekedCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onSeeking undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onSeekingCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onSelect undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onSelectCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onStalled undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onStalledCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onSubmit undefined | FormEventHandler<HTMLInputElement> DOMAttributes onSubmitCapture undefined | FormEventHandler<HTMLInputElement> DOMAttributes onSuspend undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onSuspendCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onTimeUpdate undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onTimeUpdateCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onTouchCancel undefined | TouchEventHandler<HTMLInputElement> DOMAttributes onTouchCancelCapture undefined | TouchEventHandler<HTMLInputElement> DOMAttributes onTouchEnd undefined | TouchEventHandler<HTMLInputElement> DOMAttributes onTouchEndCapture undefined | TouchEventHandler<HTMLInputElement> DOMAttributes onTouchMove undefined | TouchEventHandler<HTMLInputElement> DOMAttributes onTouchMoveCapture undefined | TouchEventHandler<HTMLInputElement> DOMAttributes onTouchStart undefined | TouchEventHandler<HTMLInputElement> DOMAttributes onTouchStartCapture undefined | TouchEventHandler<HTMLInputElement> DOMAttributes onTransitionEnd undefined | TransitionEventHandler<HTMLInputElement> DOMAttributes onTransitionEndCapture undefined | TransitionEventHandler<HTMLInputElement> DOMAttributes onVolumeChange undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onVolumeChangeCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onWaiting undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onWaitingCapture undefined | ReactEventHandler<HTMLInputElement> DOMAttributes onWheel undefined | WheelEventHandler<HTMLInputElement> DOMAttributes onWheelCapture undefined | WheelEventHandler<HTMLInputElement> DOMAttributes pattern undefined | string InputHTMLAttributes<HTMLInputElement> placeholder undefined | string InputHTMLAttributes<HTMLInputElement> prefix undefined | string HTMLAttributes property undefined | string HTMLAttributes radioGroup undefined | string HTMLAttributes readOnly undefined | false | true InputHTMLAttributes<HTMLInputElement> required undefined | false | true InputHTMLAttributes<HTMLInputElement> resource undefined | string HTMLAttributes results undefined | number HTMLAttributes role undefined | string HTMLAttributes security undefined | string HTMLAttributes size undefined | number InputHTMLAttributes<HTMLInputElement> slot undefined | string HTMLAttributes spellCheck undefined | Booleanish HTMLAttributes src undefined | string InputHTMLAttributes<HTMLInputElement> status undefined | InputStatus LabeledComponentProps Input status like: "Success", "Warning" or "Error" step number | string InputHTMLAttributes<HTMLInputElement> style undefined | CSSProperties HTMLAttributes suppressContentEditableWarning undefined | false | true HTMLAttributes suppressHydrationWarning undefined | false | true HTMLAttributes tabIndex undefined | number HTMLAttributes title undefined | string HTMLAttributes translate "yes" = undefined | "no" = undefined HTMLAttributes type undefined | string InputHTMLAttributes<HTMLInputElement> typeof undefined | string HTMLAttributes unselectable "on" = undefined | "off" = undefined HTMLAttributes value string | string[] | number InputHTMLAttributes<HTMLInputElement> vocab undefined | string HTMLAttributes width number | string InputHTMLAttributes<HTMLInputElement> Defined in ui/core/src/ui-core/inputs/Radio.tsx Line 17 Last Updated: 13 June, 2024