8 lines
96 B
Go
8 lines
96 B
Go
package html_components
|
|
|
|
type BooleanInput struct {
|
|
Name string
|
|
Label string
|
|
Value string
|
|
}
|