I wish to create news list where only one can be highlighted. Is it possible to create a checkbox field in my contenttype so that checking it for one element, would cause unchecking it for all the others? As a result I need to have only one element checked throughout the whole list.
contenttypes.yml:
news:
name: News
fields:
titile:
type: text
highlight:
type: checkbox