ctify

Radio button

Radio buttons let people select one option from a set of options

Usage

Props

PropsTypeDescriptionDefault
valuestringThe value of the radio button, used when submitting an HTML form.null
childrenReactNodeThe label for the Radio. Accepts any renderable node.undefined
isDisabledbooleanWhether the radio button is disabled or not.undefined
orientationhorizontal verticalThe axis the Radio should align with.vertical