Skip to main content

Posts

HOW TO CREATE SWITCH BUTTON

                                                                                                 SWITCH BUTTON WITH HTML < label for = " switch-1 " class = " gui-switch " > Default < input type = " checkbox " role = " switch " id = " switch-1 " > </ label > < label for = " switch-2 " class = " gui-switch " > Indeterminate < input type = " checkbox " role = " switch " id = " switch-2 " > < script > document . getElementById ( 'switch-2' ) . indeterminate = true </ script > </ label > < label for = " switch-3 " class = " gui-switch " > Disabled < input type = " checkbox " role = " switch " id = " switch-3 " ...