Activity

Checkbox

Checkbox - Sample

Checkbox - Checked={true}

Checkbox - Sample

                               <VxCheckbox
                                   label="Default example"
                                   id="example"
                              />
                    

Checkbox - Custom

                             <VxCheckbox
                                   label={<>I agree with the 
                                   <a href="#" 
                                   className="text-blue-600 
                                        dark:text-blue-500 
                                        hover:underline">
                                        terms and conditions
                                   </a></>}
                                   className="mi-class"
                                   id="mi-id"
                                   required={true}
                              />