ChatiumFor developersPlaygroundPricing
Sign in

Radio

<Radio checked={false} name={'activity'}>
  Checkbox label content
</Radio>

interface RadioProps {
  checked?: boolean
  name?: string
}