reflex-frp / reflex-dom-semui

A reflex-dom API for Semantic UI components
https://reflex-frp.org/
BSD 3-Clause "New" or "Revised" License
22 stars 10 forks source link

Use simple checked attribute to set initial state on checkboxes #23

Closed 3noch closed 6 years ago

3noch commented 6 years ago

The previous method was setting the initial value with an event which caused the onChange handler to fire needlessly. In some cases this even caused a cycle.