restartable fun AndroidRemoteViews( unstable remoteViews: RemoteViews ) restartable fun AndroidRemoteViews( unstable remoteViews: RemoteViews stable containerViewId: Int stable content: Function2 ) restartable skippable fun CheckBox( stable checked: Boolean stable modifier: Modifier? = @static Companion stable text: String? = @static "" stable textStyle: TextStyle? = @static null ) restartable skippable fun LazyColumn( stable modifier: Modifier? = @static Companion stable horizontalAlignment: Horizontal = @dynamic Companion.Start stable content: @[ExtensionFunctionType] Function1 ) restartable skippable fun LazyListItem( stable itemId: Long alignment: Alignment stable content: Function2 ) restartable skippable fun Switch( stable checked: Boolean stable modifier: Modifier? = @static Companion stable text: String? = @static "" stable textStyle: TextStyle? = @static null )