core/template/components/form_switch.go

9 lines
119 B
Go
Raw Permalink Normal View History

2024-10-21 18:25:50 -04:00
package components
type FormSwitch struct {
ID string
Label string
IsChecked bool
IsDisabled bool
}