Checkbox
Allows a bool field to be rendered as a checkbox, e.g:
type User struct {
ReceivePromotionEmail bool
}
Check available configurations for more detail.
Allows a bool field to be rendered as a checkbox, e.g:
type User struct {
ReceivePromotionEmail bool
}
Check available configurations for more detail.