Socket
Socket
Sign inDemoInstall

@chakra-ui/radio

Package Overview
Dependencies
92
Maintainers
2
Versions
498
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @chakra-ui/radio

A React component to render custom Radio input types


Version published
Weekly downloads
534K
decreased by-1.78%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

Radio

Radio component is used in forms when a user needs to select a single value from several options.

Installation

yarn add @chakra-ui/radio

# or

npm i @chakra-ui/radio

Import component

import { Radio } from "@chakra-ui/radio"

Usage

<Radio>This is a radio</Radio>

RadioGroup

RadioGroup is used to bind multiple radios into a group, and it indicates whether which option is selected.

<RadioGroup defaultValue="one">
  <Radio value="one">One</Radio>
  <Radio value="two">Two</Radio>
  <Radio value="three">Three</Radio>
</RadioGroup>

Keywords

FAQs

Last updated on 09 Nov 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc