Function choice_block

Source
pub(super) fn choice_block<V: IntoView + 'static>(
    multiple: bool,
    inline: bool,
    children: impl FnOnce() -> V + Send + 'static,
) -> impl IntoView