component switch

This commit is contained in:
Diana 2024-10-21 17:25:50 -05:00
parent 8eb14bd2da
commit 7218f26d68
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,8 @@
package components
type FormSwitch struct {
ID string
Label string
IsChecked bool
IsDisabled bool
}