Version: xataface-1.1.2
The checkbox widget refuses to display, instead I get a select widget instead. With the two versions of Dataface I'm familiar with, this was never a problem.
Database field:
`Publish` enum('Y','N') default NULL
fields.ini:
[Publish]
widget:type = checkbox
widget:label = "Add to Bibliography List"
widget:description = "Select to Add Entry to Bibliography List"
widget:atts:style = "font-size: 10pt; font-weight:normal; font-family: Sans Serif"
OR
[Publish]
widget:label = "Add to Bibliography List"
widget:description = "Select to Add Entry to Bibliography List"
widget:atts:style = "font-size: 10pt; font-weight:normal; font-family: Sans Serif"
Neither will display a checkbox, only a dropdown selector.
Michael