Normal HTML checkboxes can be toggled by clicking their label. This is nice as it increases the clickable area.
The SwitchField's label cannot be used for toggling. This is inconsistent with how most web forms work and also how legacy DatoCMS plugin's and other parts of Dato's UI work.
I think it is caused by the Switch being a button instead of an input type="checkbox" field without having a manual onClick handler for the label.
Normal HTML checkboxes can be toggled by clicking their label. This is nice as it increases the clickable area.
The SwitchField's label cannot be used for toggling. This is inconsistent with how most web forms work and also how legacy DatoCMS plugin's and other parts of Dato's UI work.
I think it is caused by the Switch being a button instead of an input type="checkbox" field without having a manual onClick handler for the label.