package bootstrap const ( SwitchTypeCheckbox = "checkbox" ) templ Switch(name, switchType, cssId string, enabled bool) { if enabled == true { } else { } }