Open Closed

How to using checkbox in Angular? #1301


User avatar
0
yorytang created
  • ABP Framework version: v4.3.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:

How to using checkbox in angular,do you have any document for all abp ng component?


2 Answer(s)
  • User Avatar
    0
    bunyamin created

    Hello,

    We utilize bootstrap components and override their styles according to our needs. ABP templates come with ng-bootstrap installed.

    Please refer to their docs

    Also, for the checkbox, you can use custom-checkbox class as shown here

    <div class="custom-control custom-checkbox">
      <input type="checkbox" class="custom-control-input" id="customCheck1">
      <label class="custom-control-label" for="customCheck1">Check this custom checkbox</label>
    </div>
    
  • User Avatar
    0
    yorytang created

    thanks

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11