restartable fun AndroidRemoteViews( unstable remoteViews: RemoteViews ) restartable fun AndroidRemoteViews( unstable remoteViews: RemoteViews stable containerViewId: Int stable content: Function2 ) restartable fun CheckBox( stable checked: Boolean unstable onCheckedChange: Action? stable modifier: GlanceModifier? = @static Companion stable text: String? = @static "" stable style: TextStyle? = @static null stable colors: CheckBoxColors? = @static CheckBoxDefaults.colors stable maxLines: Int = @static Companion.MAX_VALUE ) restartable fun Switch( stable checked: Boolean unstable onCheckedChange: Action? stable modifier: GlanceModifier? = @static Companion stable text: String? = @static "" stable style: TextStyle? = @static null stable colors: SwitchColors? = @static SwitchDefaults.colors stable maxLines: Int = @static Companion.MAX_VALUE ) restartable skippable fun LazyColumn( stable modifier: GlanceModifier? = @static Companion stable horizontalAlignment: Horizontal = @dynamic Companion.Start stable content: @[ExtensionFunctionType] Function1 ) restartable skippable fun LazyListItem( stable itemId: Long alignment: Alignment stable content: Function2 )