pub fn CheckboxIndicator(props: CheckboxIndicatorProps) -> impl IntoView
Expand description
§Required Props
- attrs: [
Vec<(&'static str, Attribute)>
]
§Optional Props
- force_mount:
impl Into<MaybeProp<bool>>
- Used to force mounting when more control is needed. Useful when controlling animation with animation libraries.
- as_child:
impl Into<MaybeProp<bool>>
- children:
ChildrenFn