You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to make a checkbox checked by default in vbcs?

edited Jul 28, 2019 12:52PM in Visual Builder 3 comments

Content

Hi Team,

How to make a checkbox checked(selected) by default in vbcs?

In HTML we have used a property called checked like below code.

But in VBCS its not working. 

Kindly help us to achieve this.

Thanks,

Karthick

Version

19.1.3

Code Snippet

<div>
  <input type="checkbox" id="scales" name="scales"
         checked>
  <label for="scales">Scales</label>
</div>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!