Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 268 Bytes

checkbox.md

File metadata and controls

13 lines (9 loc) · 268 Bytes

Checkbox

Allows a bool field to be rendered as a checkbox, e.g:

type User struct {
  ReceivePromotionEmail bool
}

Check available configurations for more detail.

{% include "/admin/common_meta_types_with_title.md" %}