selected property

bool? selected
getter/setter pair

Whether the item is selected by default.

If the selection input only accepts one value (such as for radio buttons or a dropdown menu), only set this field for one item.

Implementation

core.bool? selected;