choiceInput property

InputFieldChoiceInput? choiceInput
getter/setter pair

Input field to select one of the offered choices.

Corresponds to the [html input type=radio](https://www.w3.org/TR/2012/WD-html-markup-20121025/input.radio.html#input.radio).

Implementation

InputFieldChoiceInput? choiceInput;