Radio
Choose one option from a list of choices presented as radio buttons. This component is based on the WAI-ARIA Radio Group Pattern
import "./style.css";
import * as Ariakit from "@ariakit/react";
export default function Example() {
return (
<label className="label">
apple
</label>
<label className="label">
orange
</label>
<label className="label">
watermelon
</label>
);
}
API
Follow updates
Join 1,000+ subscribers and receive monthly updates with the latest improvements on Components.