32bf0415/html_components/boolean-input.go
1970-01-01 00:00:00 +00:00

8 lines
96 B
Go

package html_components
type BooleanInput struct {
Name string
Label string
Value string
}