optionalSingleChoiceList
Creates a List control that is bound to a Field. This controls lets a user select a single option from a list. This control lets a user ignore selection entirely, which would result in a null
value. This behaves like optionalRadioList.
Parameters
is the type of the items in the bounded field
for the list
used to render items in the list
signaling whether the list should scale with its contents
used to control the resulting component
Creates a List control that is bound to a Field. This controls lets a user select a single option from a list. This control lets a user ignore selection entirely, which would result in a null
value. This behaves like optionalRadioList.
Parameters
is the type of the items in the bounded field
item in the list
of the items in the list
used to render items in the list
signaling whether the list should scale with its contents
used to control the resulting component
Creates a List control that is bound to a Field. This controls lets a user select a single option from a list. This control lets a user ignore selection entirely, which would result in a null
value. This behaves like optionalRadioList.
Parameters
to use for values
used to render items in the list
signaling whether the list should scale with its contents
used to control the resulting component