Could anyone please help me with giving checkboxes for all subpoints like Make Payments, Make Refunds etc

0 votes
asked Sep 28, 2021 in Question / help by Siri

@startsalt

{

{/<b><colorOrange>Modules & Permissions |<bDistricts & Schools | <b>Reports }

{T+

 + <colorBrown> <bMarketplace

 ++ <colorBlue> <bFees

 +++ Make Payments

 +++ Make Refunds

 ++ <colorBlue><bMeals

 +++ Make Payments

 ++ <colorblue> <b>Fund

 +++ Make Payments

}

}

@endsalt

1 Answer

0 votes
answered Sep 28, 2021 by The-Lu (64,760 points)

Hello S.,

A possible solution is to use Unicode (<U+2611>) or OpenIconic (<&task>), like:

A/ With Unicode

@startsalt
{
{/<b><color: Orange>Modules & Permissions |<b> Districts & Schools | <b>Reports }
{T+
 + <color: Brown> <b> Marketplace
 ++ <color: Blue> <b> Fees
 +++ <U+2611> Make Payments
 +++ <U+2611> Make Refunds
 ++ <color: Blue><b> Meals
 +++ <U+2611> Make Payments
 ++ <color: blue> <b>Fund
 +++ <U+2611> Make Payments
}
}
@endsalt

B/ With OpenIconic

@startsalt
{
{/<b><color: Orange>Modules & Permissions |<b> Districts & Schools | <b>Reports }
{T+
 + <color: Brown> <b> Marketplace
 ++ <color: Blue> <b> Fees
 +++ <&task> Make Payments
 +++ <&task> Make Refunds
 ++ <color: Blue><b> Meals
 +++ <&task> Make Payments
 ++ <color: blue> <b>Fund
 +++ <&task> Make Payments
}
}
@endsalt

If that can help,
Regards,
Th.

...