component switch
This commit is contained in:
parent
8eb14bd2da
commit
7218f26d68
2 changed files with 15 additions and 0 deletions
8
template/components/form_switch.go
Normal file
8
template/components/form_switch.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package components
|
||||
|
||||
type FormSwitch struct {
|
||||
ID string
|
||||
Label string
|
||||
IsChecked bool
|
||||
IsDisabled bool
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue