1
0
Fork 0
forked from goffee/core
core/template/components/form_switch.go
2024-10-21 17:25:50 -05:00

8 lines
119 B
Go

package components
type FormSwitch struct {
ID string
Label string
IsChecked bool
IsDisabled bool
}