pub fn Checkbox(props: CheckboxProps) -> impl IntoViewExpand description
§Optional Props
- class:
impl Into<MaybeProp<String>> - checked:
impl Into<Model<bool>>- The controlled value for the checkbox.
- value:
impl Into<String>- The value of the checkbox to be used in a checkbox group.us
- label:
impl Into<MaybeProp<String>>- The Checkbox’s label.
- size:
impl Into<Signal<CheckboxSize>>- The size of the checkbox indicator.