Clone's documentation uses Cookies and Google Analytics to help us better understand our visitors. By viewing this site, you agree to have this basic information collected and relayed back to us. You can learn more about how Google Analytics provides us with this information here.
<divdata-c-input="checkbox(single)"><span>Required</span><div><labelfor="cA1"><inputid="cA1"type="checkbox"required/><span>I consent to checking this checkbox.</span></label></div><span>This input has an error.</span></div>
<divdata-c-input="checkbox(group)"><label>I want the following superpowers:</label><span>Required</span><div><labelfor="cA1"><inputid="cA1"type="checkbox"/><span>Flight</span></label><labelfor="cA2"><inputid="cA2"type="checkbox"/><span>Strength</span></label><labelfor="cA3"><inputid="cA3"type="checkbox"/><span>Laser Vision</span></label><labelfor="cA4"><inputid="cA4"type="checkbox"/><span>Invulnerability</span></label><labelfor="cA5"><inputid="cA5"type="checkbox"/><span>Telekinesis</span></label></div><span>This input has an error.</span></div>
Detailed Information
Coming soon!
Examples
Required
This input has an error.
Required
This input has an error.
Changelog
Version 2.4.9
Added support for single checkboxes.
This means that single and group checkboxes are distinguished using () syntax. Please see the component page for more details.
This change will not break checkboxes already in production.