attachTo static method

MDCCheckbox attachTo(
  1. Element root
)

Implementation

static MDCCheckbox attachTo(Element root) => MDCCheckbox._attach(root);