logonpix

Radio

Example
Props

Checked

Installation
npx npix@latest add Radio
Usage
<>
  <Radio
    id="radio"
    onChange={()=>r(!e)}
  />
  <label htmlFor="radio">
    Label here
  </label>
</>
API

checked

boolean

Whether the radio is checked


FieldDescriptionType
checkedWhether the radio is checkedboolean