bind

@Composable
abstract fun <B> Form<B>.bind(lens: Lens<A, B>)(source)

Include a sub-form into the larger form being built with Form.build.