Amit Bashan

Results 1 comments of Amit Bashan

While the input type is radio instead of a checkbox, the following code meets your expectations: ```rust fn App(cx: Scope) -> Element { let is_checked = use_state(cx, || false); render!...