Activity

Radio

Radio - Sample

Radio - Custom

Radio - Sample

                                 <VxRadio
                                        label="Default example #1"
                                        id="example"
                                        name="example"
                                   />
                                   <VxRadio
                                        label="Default example #2"
                                        id="example-2"
                                        name="example"
                                   />
                    

Radio - Custom

                             <VxRadio
                                        label={<>Radio button with a 
                                             <a href="#" 
                                             className="text-blue-600 
                                                dark:text-blue-500 
                                                  hover:underline">
                                                  link inside
                                             </a></>}
                                        id="radio"
                                        name="radio"
                                   />