Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More
A radio button is a widget used to edit a field that can have a relatively small number of choices.
There are two types of radio buttons:
Static radio buttons : the available choices are known at startup and don’t change within a process.
Examples : the lino.core.model.Model.workflow_buttons field.
lino.core.model.Model.workflow_buttons
Dynamic radio buttons : the available choices are stored in the database.
Examples : The lino_xl.lib.tickets.Ticket.assigned_to field (visible e.g. in the lino_book.projects.noi1e demo). The lino_xl.lib.polls.AnswersByResponse.answer_buttons field. (visible e.g. in the lino_book.projects.polly demo)
lino_xl.lib.tickets.Ticket.assigned_to
lino_book.projects.noi1e
lino_xl.lib.polls.AnswersByResponse.answer_buttons
lino_book.projects.polly