DocHub is an innovative platform that simplifies document editing, signing, and distribution, allowing users to manage their documents effortlessly online. With its powerful features, including deep integration with Google Workspace, you can easily import, modify, and sign your documents directly from Google apps. This guide will empower you to add radio button groups to your contracts using our editor on a Mac, ensuring a smooth and interactive workflow.
Start using our platform today to enhance your document management experience!
In the previous video, we added a checkbox to our form component and learned how to group checkboxes using a fieldset. In this video, we will focus on using the radio button form control in our form component. To do this, we will add a fieldset for the radio button form control, specifically for asking the user's gender. Radio buttons allow only one selection from a group, and the legend element will serve as the label for this group. Let's define the legend element as "Gender," then create a div with class "field" and a label without the "for" attribute. Finally, add an input element with type "radio" and name "gen" within the fieldset.