stateActions static method

FormCheckboxStateActions stateActions(
  1. String stateName
)

Provides access to state management actions for this checkbox widget.

Use this method to get a FormCheckboxStateActions instance that allows external components to interact with the checkbox's state.

stateName should match the state identifier used when registering the widget.

Implementation

static FormCheckboxStateActions stateActions(String stateName) =>
    FormCheckboxStateActions(stateName);