1
0
Fork 0
forked from goffee/core
core/template/components/form_switch.go

9 lines
119 B
Go
Raw Normal View History

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