ActionChoice

constructor(action: suspend MutablePreviewLabField<Value>.() -> Unit)

Parameters

action

The suspend action to execute when this choice is selected. The action receives the field as its receiver, allowing direct manipulation.