Managing and executing documents can be monotonous, but it doesn’t have to be. No matter if you need help daily or only occasionally, DocHub is here to supply your document-based tasks with an extra productivity boost. Edit, comment, complete, sign, and collaborate on your Framework Agreement rapidly and effortlessly. You can modify text and pictures, create forms from scratch or pre-made web templates, and add eSignatures. Due to our high quality safety measures, all your information stays safe and encrypted.
DocHub provides a complete set of tools to streamline your paper processes. You can use our solution on multiple devices to access your documents anywhere and whenever. Improve your editing experience and save time of handiwork with DocHub. Try it for free today!
okay then so the next thing i want to add to this form are radio buttons and thats going to offer the user a way to select a category so ive already searched for the radio component right here on material ui and if we scroll down this is what these radio buttons are gonna look like so we can see we have a disabled option right here then some standard options this is the code that they provide were gonna do something similar to this later on but to begin with i want to show you the basic way to create a radio component so the first thing to do as always is import the component we need so import radio from material ui core radio and then down here below the text fields im just going to output a couple of radio components so let me do this radio self closing and then we also give this a value and basically we give this a value because ultimately when a user selects a radio button we want to store the value of that radio button whatever theyve selected somewhere so thats what this is