As of January 3rd, 2023 the ACCESS NYC Pattern library package is deprecated in favor of the NYC Opportunity Standard which contains updated user interface elements and usability guidance.
Radios
Source:
src/elements/radios/radios
The Radio Element follows the styling and usage guidelines of the U.S. Web Design System’s Form Control.
<label class="radio" for="client-phone-type-home"> <input id="client-phone-type-home" name="Client.phoneType" type="radio" value="home" /> <span class="radio__label">Home</span> </label>